Html Css Color HEX #CCE49F Reef

📋 copy color: '#CCE49F'

red 204 ◦ green 228 ◦ blue 159

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

Shades of Reef #CCE49F

Tints of Reef #CCE49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.9%

R = 34.52%
G = 38.58%
B = 26.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#CCE49F (or 0xCCE49F) is known color: Reef. HEX triplet: CC, E4 and 9F. RGB value is (204,228,159). Sum of RGB (Red+Green+Blue) = 204+228+159=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE49F is #331B60. Grayscale: #D5D5D5. Windows color (decimal): -3349345 or 10478796. OLE color: 10478796.

HSL color Cylindrical-coordinate representation of color #CCE49F: hue angle of 80.87º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCE49F is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 159 -
CMYK 0.11 0 0.30 0.11
HSL 80.87º 0.56% 0.76% -
HSV(B) 80.87º 0.3% 0.89% -
XYZ 58.9 70.83 43.37 -
YUV 212.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 204 228 159 0.11 0 0.30 0.11 80.87 0.56 0.76
Hex CC E4 9F B 0 1E B 51 38 4C
Octal 314 344 237 13 0 36 13 121 70 114
Binary 11001100 11100100 10011111 1011 0 11110 1011 1010001 111000 1001100

Color Harmonies of #CCE49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE49F

Black with #CCE49F

Text Example


Text Example

White with #CCE49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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