Html Css Color HEX #CCF29E Reef

📋 copy color: '#CCF29E'

red 204 ◦ green 242 ◦ blue 158

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

Shades of Reef #CCF29E

Tints of Reef #CCF29E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.07%

 BLUE value IS 158 (62.11% from 255) = 26.16%

R = 33.77%
G = 40.07%
B = 26.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#CCF29E (or 0xCCF29E) is known color: Reef. HEX triplet: CC, F2 and 9E. RGB value is (204,242,158). Sum of RGB (Red+Green+Blue) = 204+242+158=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 158 (62.11% from 255 or 26.16% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF29E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF29E is #330D61. Grayscale: #DDDDDD. Windows color (decimal): -3345762 or 10416844. OLE color: 10416844.

HSL color Cylindrical-coordinate representation of color #CCF29E: hue angle of 87.14º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCF29E is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 158 -
CMYK 0.16 0 0.35 0.05
HSL 87.14º 0.76% 0.78% -
HSV(B) 87.14º 0.35% 0.95% -
XYZ 62.83 78.81 44.25 -
YUV 221.06 92.41 115.83 -
System Red Green Blue C M Y K H S L
Decimal 204 242 158 0.16 0 0.35 0.05 87.14 0.76 0.78
Hex CC F2 9E 10 0 23 5 57 4C 4E
Octal 314 362 236 20 0 43 5 127 114 116
Binary 11001100 11110010 10011110 10000 0 100011 101 1010111 1001100 1001110

Color Harmonies of #CCF29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF29E

Black with #CCF29E

Text Example


Text Example

White with #CCF29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF29E; }

 p { color: rgb(204,242,158); }

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

background-color css

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

 a { background-color: rgb(204,242,158); }

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

border-color css

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

 span { border-color: rgb(204,242,158); }

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