COLOR #CEE60C

HEX: #CEE60C
RGB: (206,230,12)

Color info

#CEE60C contains mainly red and green colors. Web safe color of #CEE60C is #CCCC00 (or #CC0).

RGB color model

#CEE60C color RGB value is (206,230,12).

  • red value is 206;
  • green value is 230;
  • blue value is 12.
RGB:
(206,230,12)
(81%,90%,5%)

RGB channels and saturation

R 206 of 255 = 81%
G 230 of 255 = 90%
B 12 of 255 = 5%

206
230
12

R + G + B ~ 59%. #CEE60C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
206 + 230 + 12 = 448 (100%)
R 206 of 448 ~ 45.98%
G 230 of 448 ~ 51.34%
B 12 of 448 ~ 2.68%

%45.98
%51.34

CMYK color model

#CEE60C color CMYK value is (10,0,95,10).

  • cyan value is 10.43%
  • magenta value is 0.00%
  • yellow value is 94.78%
  • key color value is 9.80%
CMYK:
(10,0,95,10)
C10M0Y95K10 
(10%,0%,95%,10%)
(0.10/0.00/0.95/0.10)	

CMYK percentages

%10.43
%0
%94.78
%9.8

Codes

Color #CEE60C in popluar color models

CEE60C
RGB20623012
HSL67°90.08%47.45%
HSB/HSV67°94.78%90.20%
CMYK10.43%0.00%94.78%
9.80%

Color #CEE60C in popluar number systems.

HEXCEE60C
Decimal20623012
Binary11001110111001101100
Octal31634614

Shades and tints

Shades of #CEE60C

#CEE60C
(206,230,12)
#BCD20B
(188,210,11)
#AABE0A
(170,190,10)
#98AA09
(152,170,9)
#869608
(134,150,8)
#748207
(116,130,7)
#626E06
(98,110,6)
#505A05
(80,90,5)
#3E4604
(62,70,4)
#2C3203
(44,50,3)
#1A1E02
(26,30,2)
#000000
(0,0,0)

Tints of #CEE60C

#CEE60C
(206,230,12)
#D2E822
(210,232,34)
#D6EA38
(214,234,56)
#DAEC4E
(218,236,78)
#DEEE64
(222,238,100)
#E2F07A
(226,240,122)
#E6F290
(230,242,144)
#EAF4A6
(234,244,166)
#EEF6BC
(238,246,188)
#F2F8D2
(242,248,210)
#F6FAE8
(246,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE60C color. Also use rgb(206,230,12) instead hex code.

Text Font Color

.myTextColor { color: #CEE60C; }

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

This text font color is #CEE60C.


Background Color

.myBgColor { background-color: #CEE60C; }

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

This div background color is #CEE60C.


Border color

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

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

This div border color is #CEE60C.


Opacity

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

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

Text with #CEE60C 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 #CEE60C;}

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

This text has shadow with #CEE60C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE60C on black background.


Color preview on white background

This text has color #CEE60C on white background.



Black color preview on #CEE60C background

This text has black color on #CEE60C background.


White color preview on #CEE60C background

This text has white color on #CEE60C background.