Html Css Color HEX #CFF29C Reef

📋 copy color: '#CFF29C'

red 207 ◦ green 242 ◦ blue 156

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

Shades of Reef #CFF29C

Tints of Reef #CFF29C

RGB

 RED value IS 207 (81.25% from 255) = 34.21%

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

 BLUE value IS 156 (61.33% from 255) = 25.79%

R = 34.21%
G = 40%
B = 25.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#CFF29C (or 0xCFF29C) is known color: Reef. HEX triplet: CF, F2 and 9C. RGB value is (207,242,156). Sum of RGB (Red+Green+Blue) = 207+242+156=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 156 (61.33% from 255 or 25.79% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF29C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF29C is #300D63. Grayscale: #DEDEDE. Windows color (decimal): -3149156 or 10285775. OLE color: 10285775.

HSL color Cylindrical-coordinate representation of color #CFF29C: hue angle of 84.42º 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 #CFF29C is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 156 -
CMYK 0.14 0 0.36 0.05
HSL 84.42º 0.77% 0.78% -
HSV(B) 84.42º 0.36% 0.95% -
XYZ 63.49 79.17 43.39 -
YUV 221.73 90.9 117.49 -
System Red Green Blue C M Y K H S L
Decimal 207 242 156 0.14 0 0.36 0.05 84.42 0.77 0.78
Hex CF F2 9C E 0 24 5 54 4D 4E
Octal 317 362 234 16 0 44 5 124 115 116
Binary 11001111 11110010 10011100 1110 0 100100 101 1010100 1001101 1001110

Color Harmonies of #CFF29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF29C

Black with #CFF29C

Text Example


Text Example

White with #CFF29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF29C; }

 p { color: rgb(207,242,156); }

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

background-color css

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

 a { background-color: rgb(207,242,156); }

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

border-color css

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

 span { border-color: rgb(207,242,156); }

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