Shades of Reef #DCF29D
Tints of Reef #DCF29D
RGB
CMYK
RGB Variations
Color information
#DCF29D (or 0xDCF29D) is known color: Reef. HEX triplet: DC, F2 and 9D. RGB value is (220,242,157). Sum of RGB (Red+Green+Blue) = 220+242+157=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 157 (61.72% from 255 or 25.36% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF29D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF29D is #230D62. Grayscale: #E2E2E2. Windows color (decimal): -2297187 or 10351324. OLE color: 10351324.
HSL color Cylindrical-coordinate representation of color #DCF29D: hue angle of 75.53º 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 #DCF29D is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 157 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.05 |
| HSL | 75.53º | 0.77% | 0.78% | - |
| HSV(B) | 75.53º | 0.35% | 0.95% | - |
| XYZ | 67.35 | 81.15 | 44.01 | - |
| YUV | 225.73 | 89.21 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 157 | 0.09 | 0 | 0.35 | 0.05 | 75.53 | 0.77 | 0.78 |
| Hex | DC | F2 | 9D | 9 | 0 | 23 | 5 | 4C | 4D | 4E |
| Octal | 334 | 362 | 235 | 11 | 0 | 43 | 5 | 114 | 115 | 116 |
| Binary | 11011100 | 11110010 | 10011101 | 1001 | 0 | 100011 | 101 | 1001100 | 1001101 | 1001110 |
Color Harmonies of #DCF29D
Complementary color
Monochromatic Colors of #DCF29D
Black with #DCF29D
Text Example
Text Example
White with #DCF29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF29D; }
p { color: rgb(220,242,157); }
H1.HeaderClassName
{
color: #DCF29D;
}
.AnyTagClassName
{
color: #DCF29D;
}
</style>
background-color css
<style>
a { background-color: #DCF29D; }
a { background-color: rgb(220,242,157); }
div.DivClassName
{
background-color: #DCF29D;
}
.BgClassName
{
background-color: #DCF29D;
}
</style>
border-color css
<style>
span { border-color: #DCF29D; }
span { border-color: rgb(220,242,157); }
td.TdClassName
{
border-color: #DCF29D;
}
.TagClassName
{
border-color: #DCF29D;
}
</style>