Shades of Reef #DCF29C
Tints of Reef #DCF29C
RGB
CMYK
RGB Variations
Color information
#DCF29C (or 0xDCF29C) is known color: Reef. HEX triplet: DC, F2 and 9C. RGB value is (220,242,156). Sum of RGB (Red+Green+Blue) = 220+242+156=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 156 (61.33% from 255 or 25.24% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF29C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF29C is #230D63. Grayscale: #E1E1E1. Windows color (decimal): -2297188 or 10285788. OLE color: 10285788.
HSL color Cylindrical-coordinate representation of color #DCF29C: hue angle of 75.35º 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 #DCF29C is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 156 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.05 |
| HSL | 75.35º | 0.77% | 0.78% | - |
| HSV(B) | 75.35º | 0.36% | 0.95% | - |
| XYZ | 67.27 | 81.12 | 43.56 | - |
| YUV | 225.62 | 88.71 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 156 | 0.09 | 0 | 0.36 | 0.05 | 75.35 | 0.77 | 0.78 |
| Hex | DC | F2 | 9C | 9 | 0 | 24 | 5 | 4B | 4D | 4E |
| Octal | 334 | 362 | 234 | 11 | 0 | 44 | 5 | 113 | 115 | 116 |
| Binary | 11011100 | 11110010 | 10011100 | 1001 | 0 | 100100 | 101 | 1001011 | 1001101 | 1001110 |
Color Harmonies of #DCF29C
Complementary color
Monochromatic Colors of #DCF29C
Black with #DCF29C
Text Example
Text Example
White with #DCF29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF29C; }
p { color: rgb(220,242,156); }
H1.HeaderClassName
{
color: #DCF29C;
}
.AnyTagClassName
{
color: #DCF29C;
}
</style>
background-color css
<style>
a { background-color: #DCF29C; }
a { background-color: rgb(220,242,156); }
div.DivClassName
{
background-color: #DCF29C;
}
.BgClassName
{
background-color: #DCF29C;
}
</style>
border-color css
<style>
span { border-color: #DCF29C; }
span { border-color: rgb(220,242,156); }
td.TdClassName
{
border-color: #DCF29C;
}
.TagClassName
{
border-color: #DCF29C;
}
</style>