Html Css Color HEX #CCE59B Reef

📋 copy color: '#CCE59B'

red 204 ◦ green 229 ◦ blue 155

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

Shades of Reef #CCE59B

Tints of Reef #CCE59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.36%

R = 34.69%
G = 38.95%
B = 26.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#CCE59B (or 0xCCE59B) is known color: Reef. HEX triplet: CC, E5 and 9B. RGB value is (204,229,155). Sum of RGB (Red+Green+Blue) = 204+229+155=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 229 (89.84% from 255 or 38.95% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE59B is #331A64. Grayscale: #D5D5D5. Windows color (decimal): -3349093 or 10216908. OLE color: 10216908.

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

Color convert

RGB 204 229 155 -
CMYK 0.11 0 0.32 0.10
HSL 80.27º 0.59% 0.75% -
HSV(B) 80.27º 0.32% 0.9% -
XYZ 58.84 71.24 41.66 -
YUV 213.09 95.22 121.52 -
System Red Green Blue C M Y K H S L
Decimal 204 229 155 0.11 0 0.32 0.10 80.27 0.59 0.75
Hex CC E5 9B B 0 20 A 50 3B 4B
Octal 314 345 233 13 0 40 12 120 73 113
Binary 11001100 11100101 10011011 1011 0 100000 1010 1010000 111011 1001011

Color Harmonies of #CCE59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE59B

Black with #CCE59B

Text Example


Text Example

White with #CCE59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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