Html Css Color HEX #CEE196 Reef

📋 copy color: '#CEE196'

red 206 ◦ green 225 ◦ blue 150

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

Shades of Reef #CEE196

Tints of Reef #CEE196

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.73%

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

R = 35.46%
G = 38.73%
B = 25.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#CEE196 (or 0xCEE196) is known color: Reef. HEX triplet: CE, E1 and 96. RGB value is (206,225,150). Sum of RGB (Red+Green+Blue) = 206+225+150=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE196 is #311E69. Grayscale: #D3D3D3. Windows color (decimal): -3219050 or 9888206. OLE color: 9888206.

HSL color Cylindrical-coordinate representation of color #CEE196: hue angle of 75.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEE196 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 150 -
CMYK 0.08 0 0.33 0.12
HSL 75.2º 0.56% 0.74% -
HSV(B) 75.2º 0.33% 0.88% -
XYZ 57.88 69.17 39.16 -
YUV 210.77 93.71 124.6 -
System Red Green Blue C M Y K H S L
Decimal 206 225 150 0.08 0 0.33 0.12 75.2 0.56 0.74
Hex CE E1 96 8 0 21 C 4B 38 4A
Octal 316 341 226 10 0 41 14 113 70 112
Binary 11001110 11100001 10010110 1000 0 100001 1100 1001011 111000 1001010

Color Harmonies of #CEE196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE196

Black with #CEE196

Text Example


Text Example

White with #CEE196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE196; }

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

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

background-color css

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

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

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

border-color css

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

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

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