Html Css Color HEX #CCE196 Reef

📋 copy color: '#CCE196'

red 204 ◦ green 225 ◦ blue 150

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

Shades of Reef #CCE196

Tints of Reef #CCE196

RGB

 RED value IS 204 (80.08% from 255) = 35.23%

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

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

R = 35.23%
G = 38.86%
B = 25.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#CCE196 (or 0xCCE196) is known color: Reef. HEX triplet: CC, E1 and 96. RGB value is (204,225,150). Sum of RGB (Red+Green+Blue) = 204+225+150=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE196 is #331E69. Grayscale: #D2D2D2. Windows color (decimal): -3350122 or 9888204. OLE color: 9888204.

HSL color Cylindrical-coordinate representation of color #CCE196: hue angle of 76.8º 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 #CCE196 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 150 -
CMYK 0.09 0 0.33 0.12
HSL 76.8º 0.56% 0.74% -
HSV(B) 76.8º 0.33% 0.88% -
XYZ 57.33 68.89 39.13 -
YUV 210.17 94.04 123.6 -
System Red Green Blue C M Y K H S L
Decimal 204 225 150 0.09 0 0.33 0.12 76.8 0.56 0.74
Hex CC E1 96 9 0 21 C 4D 38 4A
Octal 314 341 226 11 0 41 14 115 70 112
Binary 11001100 11100001 10010110 1001 0 100001 1100 1001101 111000 1001010

Color Harmonies of #CCE196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE196

Black with #CCE196

Text Example


Text Example

White with #CCE196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE196; }

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

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

background-color css

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

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

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

border-color css

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

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

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