Html Css Color HEX #CEEC96 Reef

📋 copy color: '#CEEC96'

red 206 ◦ green 236 ◦ blue 150

#CEEC96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CEEC96

Tints of Reef #CEEC96

RGB

 RED value IS 206 (80.86% from 255) = 34.8%

 GREEN value IS 236 (92.58% from 255) = 39.86%

 BLUE value IS 150 (58.98% from 255) = 25.34%

R = 34.8%
G = 39.86%
B = 25.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEEC96 (or 0xCEEC96) is known color: Reef. HEX triplet: CE, EC and 96. RGB value is (206,236,150). Sum of RGB (Red+Green+Blue) = 206+236+150=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEC96 is #311369. Grayscale: #D9D9D9. Windows color (decimal): -3216234 or 9891022. OLE color: 9891022.

HSL color Cylindrical-coordinate representation of color #CEEC96: hue angle of 80.93º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEEC96 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 236 150 -
CMYK 0.13 0 0.36 0.07
HSL 80.93º 0.69% 0.76% -
HSV(B) 80.93º 0.36% 0.93% -
XYZ 60.95 75.31 40.18 -
YUV 217.23 90.06 119.99 -
System Red Green Blue C M Y K H S L
Decimal 206 236 150 0.13 0 0.36 0.07 80.93 0.69 0.76
Hex CE EC 96 D 0 24 7 51 45 4C
Octal 316 354 226 15 0 44 7 121 105 114
Binary 11001110 11101100 10010110 1101 0 100100 111 1010001 1000101 1001100

Color Harmonies of #CEEC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEC96

Black with #CEEC96

Text Example


Text Example

White with #CEEC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEC96; }

 p { color: rgb(206,236,150); }

 H1.HeaderClassName
 {
   color: #CEEC96;
 }
 .AnyTagClassName
 {
   color: #CEEC96;
 }
</style>

background-color css

<style>
 a { background-color: #CEEC96; }

 a { background-color: rgb(206,236,150); }

 div.DivClassName
 {
   background-color: #CEEC96;
 }
 .BgClassName
 {
   background-color: #CEEC96;
 }
</style>

border-color css

<style>
 span { border-color: #CEEC96; }

 span { border-color: rgb(206,236,150); }

 td.TdClassName
 {
   border-color: #CEEC96;
 }
 .TagClassName
 {
   border-color: #CEEC96;
 }
</style>