Html Css Color HEX #CCE596 Reef

📋 copy color: '#CCE596'

red 204 ◦ green 229 ◦ blue 150

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

Shades of Reef #CCE596

Tints of Reef #CCE596

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.28%

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

R = 34.99%
G = 39.28%
B = 25.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#CCE596 (or 0xCCE596) is known color: Reef. HEX triplet: CC, E5 and 96. RGB value is (204,229,150). Sum of RGB (Red+Green+Blue) = 204+229+150=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE596 is #331A69. Grayscale: #D4D4D4. Windows color (decimal): -3349098 or 9889228. OLE color: 9889228.

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

Color convert

RGB 204 229 150 -
CMYK 0.11 0 0.34 0.10
HSL 78.99º 0.6% 0.74% -
HSV(B) 78.99º 0.34% 0.9% -
XYZ 58.43 71.08 39.49 -
YUV 212.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 204 229 150 0.11 0 0.34 0.10 78.99 0.6 0.74
Hex CC E5 96 B 0 22 A 4F 3C 4A
Octal 314 345 226 13 0 42 12 117 74 112
Binary 11001100 11100101 10010110 1011 0 100010 1010 1001111 111100 1001010

Color Harmonies of #CCE596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE596

Black with #CCE596

Text Example


Text Example

White with #CCE596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE596; }

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

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

background-color css

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

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

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

border-color css

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

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

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