Shades of Reef #DCF59C
Tints of Reef #DCF59C
RGB
CMYK
RGB Variations
Color information
#DCF59C (or 0xDCF59C) is known color: Reef. HEX triplet: DC, F5 and 9C. RGB value is (220,245,156). Sum of RGB (Red+Green+Blue) = 220+245+156=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 245 (96.09% from 255 or 39.45% from 621); Blue value is 156 (61.33% from 255 or 25.12% from 621); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF59C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF59C is #230A63. Grayscale: #E3E3E3. Windows color (decimal): -2296420 or 10286556. OLE color: 10286556.
HSL color Cylindrical-coordinate representation of color #DCF59C: hue angle of 76.85º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCF59C is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 156 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.04 |
| HSL | 76.85º | 0.82% | 0.79% | - |
| HSV(B) | 76.85º | 0.36% | 0.96% | - |
| XYZ | 68.17 | 82.92 | 43.86 | - |
| YUV | 227.38 | 87.72 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 156 | 0.10 | 0 | 0.36 | 0.04 | 76.85 | 0.82 | 0.79 |
| Hex | DC | F5 | 9C | A | 0 | 24 | 4 | 4D | 52 | 4F |
| Octal | 334 | 365 | 234 | 12 | 0 | 44 | 4 | 115 | 122 | 117 |
| Binary | 11011100 | 11110101 | 10011100 | 1010 | 0 | 100100 | 100 | 1001101 | 1010010 | 1001111 |
Color Harmonies of #DCF59C
Complementary color
Monochromatic Colors of #DCF59C
Black with #DCF59C
Text Example
Text Example
White with #DCF59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF59C; }
p { color: rgb(220,245,156); }
H1.HeaderClassName
{
color: #DCF59C;
}
.AnyTagClassName
{
color: #DCF59C;
}
</style>
background-color css
<style>
a { background-color: #DCF59C; }
a { background-color: rgb(220,245,156); }
div.DivClassName
{
background-color: #DCF59C;
}
.BgClassName
{
background-color: #DCF59C;
}
</style>
border-color css
<style>
span { border-color: #DCF59C; }
span { border-color: rgb(220,245,156); }
td.TdClassName
{
border-color: #DCF59C;
}
.TagClassName
{
border-color: #DCF59C;
}
</style>