Html Css Color HEX #CCF29F Reef

📋 copy color: '#CCF29F'

red 204 ◦ green 242 ◦ blue 159

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

Shades of Reef #CCF29F

Tints of Reef #CCF29F

RGB

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

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

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

R = 33.72%
G = 40%
B = 26.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#CCF29F (or 0xCCF29F) is known color: Reef. HEX triplet: CC, F2 and 9F. RGB value is (204,242,159). Sum of RGB (Red+Green+Blue) = 204+242+159=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 159 (62.5% from 255 or 26.28% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF29F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF29F is #330D60. Grayscale: #DDDDDD. Windows color (decimal): -3345761 or 10482380. OLE color: 10482380.

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

Color convert

RGB 204 242 159 -
CMYK 0.16 0 0.34 0.05
HSL 87.47º 0.76% 0.79% -
HSV(B) 87.47º 0.34% 0.95% -
XYZ 62.91 78.84 44.7 -
YUV 221.18 92.91 115.75 -
System Red Green Blue C M Y K H S L
Decimal 204 242 159 0.16 0 0.34 0.05 87.47 0.76 0.79
Hex CC F2 9F 10 0 22 5 57 4C 4F
Octal 314 362 237 20 0 42 5 127 114 117
Binary 11001100 11110010 10011111 10000 0 100010 101 1010111 1001100 1001111

Color Harmonies of #CCF29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF29F

Black with #CCF29F

Text Example


Text Example

White with #CCF29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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