COLOR #CEEA58

HEX: #CEEA58
RGB: (206,234,88)

Color info

#CEEA58 contains mainly red and green colors. Web safe color of #CEEA58 is #CCFF66 (or #CF6).

RGB color model

#CEEA58 color RGB value is (206,234,88).

  • red value is 206;
  • green value is 234;
  • blue value is 88.
RGB:
(206,234,88)
(81%,92%,35%)

RGB channels and saturation

R 206 of 255 = 81%
G 234 of 255 = 92%
B 88 of 255 = 35%

206
234
88

R + G + B ~ 69%. #CEEA58 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 234 + 88 = 528 (100%)
R 206 of 528 ~ 39.02%
G 234 of 528 ~ 44.32%
B 88 of 528 ~ 16.67%

%39.02
%44.32
%16.67

CMYK color model

#CEEA58 color CMYK value is (12,0,62,8).

  • cyan value is 11.97%
  • magenta value is 0.00%
  • yellow value is 62.39%
  • key color value is 8.24%
CMYK:
(12,0,62,8)
C12M0Y62K8 
(12%,0%,62%,8%)
(0.12/0.00/0.62/0.08)	

CMYK percentages

%11.97
%0
%62.39
%8.24

Codes

Color #CEEA58 in popluar color models

CEEA58
RGB20623488
HSL72°77.66%63.14%
HSB/HSV72°62.39%91.76%
CMYK11.97%0.00%62.39%
8.24%

Color #CEEA58 in popluar number systems.

HEXCEEA58
Decimal20623488
Binary11001110111010101011000
Octal316352130

Shades and tints

Shades of #CEEA58

#CEEA58
(206,234,88)
#BCD550
(188,213,80)
#AAC048
(170,192,72)
#98AB40
(152,171,64)
#869638
(134,150,56)
#748130
(116,129,48)
#626C28
(98,108,40)
#505720
(80,87,32)
#3E4218
(62,66,24)
#2C2D10
(44,45,16)
#1A1808
(26,24,8)
#000000
(0,0,0)

Tints of #CEEA58

#CEEA58
(206,234,88)
#D2EB67
(210,235,103)
#D6EC76
(214,236,118)
#DAED85
(218,237,133)
#DEEE94
(222,238,148)
#E2EFA3
(226,239,163)
#E6F0B2
(230,240,178)
#EAF1C1
(234,241,193)
#EEF2D0
(238,242,208)
#F2F3DF
(242,243,223)
#F6F4EE
(246,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEEA58 color. Also use rgb(206,234,88) instead hex code.

Text Font Color

.myTextColor { color: #CEEA58; }

<p style="color:#CEEA58">This sample text font color is #CEEA58.</p>

This text font color is #CEEA58.


Background Color

.myBgColor { background-color: #CEEA58; }

<div style="background-color:#CEEA58">Inner text</div>

This div background color is #CEEA58.


Border color

.myBorderColor { border: 1px solid #CEEA58; }

<div style="border:3px solid #CEEA58">Div</div>

This div border color is #CEEA58.


Opacity

.myOpacity80 { color: #CEEA58; opacity: 0.8; }

<p style="color:#CEEA58;opacity:0.8;">80%</p>

Text with #CEEA58 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CEEA58;}

<p style="text-shadow: 3px 3px 1px #CEEA58">Text here.</p>

This text has shadow with #CEEA58 color.

.textShadow {text-shadow: 3px 3px 1px #CEEA58, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CEEA58, 5px 5px 20px red">Text here.</p>

This text has shadow with #CEEA58 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CEEA58, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CEEA58, Direction=45, Strength=4)">Text</p>

This text has shadow with #CEEA58 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CEEA58;
  -webkit-box-shadow:	1px 1px 3px 2px #CEEA58;
  box-shadow:		1px 1px 3px 2px #CEEA58;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CEEA58;
-webkit-box-shadow: 1px 1px 3px 2px #CEEA58;
box-shadow:1px 1px 3px 2px #CEEA58;">
Div content here</div>
This div box has shadow with color #CEEA58.

Preview

Color preview on black background

This text has color #CEEA58 on black background.


Color preview on white background

This text has color #CEEA58 on white background.



Black color preview on #CEEA58 background

This text has black color on #CEEA58 background.


White color preview on #CEEA58 background

This text has white color on #CEEA58 background.