COLOR #CEEB00

HEX: #CEEB00 RGB: (206,235,0)

Color info

#CEEB00 contains only red and green colors. Web safe color of #CEEB00 is #CCFF00 (or #CF0).

RGB color model

#CEEB00 color RGB value is (206,235,0).

RGB: (206,235,0) (81%, 92%, 0%)

RGB channels and saturation

R 206 of 255 = 81%
G 235 of 255 = 92%
B 0 of 255 = 0%

206
235
0

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

Portions of RGB colors in percentages

R + G + B = 206 + 235 + 0 = 441 (100%)
R 206 of 441 ~ 46.71%
G 235 of 441 ~ 53.29%
B 0 of 441 ~ 0'%

%46.71
%53.29

CMYK color model

#CEEB00 color CMYK value is (12,0,100,8).

  • cyan value is 12.34%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 7.84%

CMYK: (12,0,100,8)
C12M0Y100K8 (12%, 0%, 100%, 8%)
(0.12 / 0.00 / 1.00 / 0.08)

CMYK percentages

%12.34
%0
%100
%7.84

Codes

Color #CEEB00 in popluar color models

CE EB 00
RGB 206 235 0
HSL 67° 100.00% 46.08%
HSB/HSV 67° 100.00% 92.16%
CMYK 12.34% 0.00% 100.00%
7.84%

Color #CEEB00 in popluar number systems.

HEX CE EB 00
Decimal 206 235 0
Binary 11001110 11101011 0
Octal 316 353 0

Shades and tints

Shades of #CEEB00

#CEEB00
(206,235,0)
#BCD600
(188,214,0)
#AAC100
(170,193,0)
#98AC00
(152,172,0)
#869700
(134,151,0)
#748200
(116,130,0)
#626D00
(98,109,0)
#505800
(80,88,0)
#3E4300
(62,67,0)
#2C2E00
(44,46,0)
#1A1900
(26,25,0)
#000000
(0,0,0)

Tints of #CEEB00

#CEEB00
(206,235,0)
#D2EC17
(210,236,23)
#D6ED2E
(214,237,46)
#DAEE45
(218,238,69)
#DEEF5C
(222,239,92)
#E2F073
(226,240,115)
#E6F18A
(230,241,138)
#EAF2A1
(234,242,161)
#EEF3B8
(238,243,184)
#F2F4CF
(242,244,207)
#F6F5E6
(246,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEEB00 color. Also use rgb(206,235,0) instead hex code.

Text Font Color

.myTextColor { color: #CEEB00; }

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

This text font color is #CEEB00.

Background Color

.myBgColor { background-color: #CEEB00; }

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

This div background color is #CEEB00.

Border color

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

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

This div border color is #CEEB00.

Opacity

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

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

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

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

This text has shadow with #CEEB00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEEB00.

Preview

Color preview on black background

This text has color #CEEB00 on black background.


Color preview on white background

This text has color #CEEB00 on white background.


Black color preview on #CEEB00 background

This text has black color on #CEEB00 background.


White color preview on #CEEB00 background

This text has white color on #CEEB00 background.


Related colors

Complementary color

Complementary color for #hex is #3114FF.


I love getcolorcode.com

Triadic colors

1 #00CEEB and #EB00CE with #CEEB00 are triadic colors.

2 #00EBCE and #EBCE00 with #CEEB00 are triadic colors.