Html Css Color HEX #CCE496 Reef

📋 copy color: '#CCE496'

red 204 ◦ green 228 ◦ blue 150

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

Shades of Reef #CCE496

Tints of Reef #CCE496

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.18%

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

R = 35.05%
G = 39.18%
B = 25.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#CCE496 (or 0xCCE496) is known color: Reef. HEX triplet: CC, E4 and 96. RGB value is (204,228,150). Sum of RGB (Red+Green+Blue) = 204+228+150=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE496 is #331B69. Grayscale: #D4D4D4. Windows color (decimal): -3349354 or 9888972. OLE color: 9888972.

HSL color Cylindrical-coordinate representation of color #CCE496: hue angle of 78.46º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCE496 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 150 -
CMYK 0.11 0 0.34 0.11
HSL 78.46º 0.59% 0.74% -
HSV(B) 78.46º 0.34% 0.89% -
XYZ 58.15 70.53 39.4 -
YUV 211.93 93.05 122.34 -
System Red Green Blue C M Y K H S L
Decimal 204 228 150 0.11 0 0.34 0.11 78.46 0.59 0.74
Hex CC E4 96 B 0 22 B 4E 3B 4A
Octal 314 344 226 13 0 42 13 116 73 112
Binary 11001100 11100100 10010110 1011 0 100010 1011 1001110 111011 1001010

Color Harmonies of #CCE496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE496

Black with #CCE496

Text Example


Text Example

White with #CCE496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE496; }

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

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

background-color css

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

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

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

border-color css

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

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

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