Html Css Color HEX #CCF29A Reef

📋 copy color: '#CCF29A'

red 204 ◦ green 242 ◦ blue 154

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

Shades of Reef #CCF29A

Tints of Reef #CCF29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.67%

R = 34%
G = 40.33%
B = 25.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#CCF29A (or 0xCCF29A) is known color: Reef. HEX triplet: CC, F2 and 9A. RGB value is (204,242,154). Sum of RGB (Red+Green+Blue) = 204+242+154=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 154 (60.55% from 255 or 25.67% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF29A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF29A is #330D65. Grayscale: #DCDCDC. Windows color (decimal): -3345766 or 10154700. OLE color: 10154700.

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

Color convert

RGB 204 242 154 -
CMYK 0.16 0 0.36 0.05
HSL 85.91º 0.77% 0.78% -
HSV(B) 85.91º 0.36% 0.95% -
XYZ 62.49 78.67 42.46 -
YUV 220.61 90.41 116.16 -
System Red Green Blue C M Y K H S L
Decimal 204 242 154 0.16 0 0.36 0.05 85.91 0.77 0.78
Hex CC F2 9A 10 0 24 5 56 4D 4E
Octal 314 362 232 20 0 44 5 126 115 116
Binary 11001100 11110010 10011010 10000 0 100100 101 1010110 1001101 1001110

Color Harmonies of #CCF29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF29A

Black with #CCF29A

Text Example


Text Example

White with #CCF29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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