Html Css Color HEX #CCF29D Reef

📋 copy color: '#CCF29D'

red 204 ◦ green 242 ◦ blue 157

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

Shades of Reef #CCF29D

Tints of Reef #CCF29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.04%

R = 33.83%
G = 40.13%
B = 26.04%

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

#CCF29D (or 0xCCF29D) is known color: Reef. HEX triplet: CC, F2 and 9D. RGB value is (204,242,157). Sum of RGB (Red+Green+Blue) = 204+242+157=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF29D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF29D is #330D62. Grayscale: #DDDDDD. Windows color (decimal): -3345763 or 10351308. OLE color: 10351308.

HSL color Cylindrical-coordinate representation of color #CCF29D: hue angle of 86.82º degrees, saturation: 0.77, 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 #CCF29D is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 157 -
CMYK 0.16 0 0.35 0.05
HSL 86.82º 0.77% 0.78% -
HSV(B) 86.82º 0.35% 0.95% -
XYZ 62.74 78.78 43.8 -
YUV 220.95 91.91 115.91 -
System Red Green Blue C M Y K H S L
Decimal 204 242 157 0.16 0 0.35 0.05 86.82 0.77 0.78
Hex CC F2 9D 10 0 23 5 57 4D 4E
Octal 314 362 235 20 0 43 5 127 115 116
Binary 11001100 11110010 10011101 10000 0 100011 101 1010111 1001101 1001110

Color Harmonies of #CCF29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF29D

Black with #CCF29D

Text Example


Text Example

White with #CCF29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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