Shades of Reef #DCF58E
Tints of Reef #DCF58E
RGB
CMYK
RGB Variations
Color information
#DCF58E (or 0xDCF58E) is known color: Reef. HEX triplet: DC, F5 and 8E. RGB value is (220,245,142). Sum of RGB (Red+Green+Blue) = 220+245+142=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 142 (55.86% from 255 or 23.39% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF58E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF58E is #230A71. Grayscale: #E2E2E2. Windows color (decimal): -2296434 or 9369052. OLE color: 9369052.
HSL color Cylindrical-coordinate representation of color #DCF58E: hue angle of 74.56º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCF58E is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 142 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.04 |
| HSL | 74.56º | 0.84% | 0.76% | - |
| HSV(B) | 74.56º | 0.42% | 0.96% | - |
| XYZ | 67.05 | 82.47 | 37.98 | - |
| YUV | 225.78 | 80.72 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 142 | 0.10 | 0 | 0.42 | 0.04 | 74.56 | 0.84 | 0.76 |
| Hex | DC | F5 | 8E | A | 0 | 2A | 4 | 4B | 54 | 4C |
| Octal | 334 | 365 | 216 | 12 | 0 | 52 | 4 | 113 | 124 | 114 |
| Binary | 11011100 | 11110101 | 10001110 | 1010 | 0 | 101010 | 100 | 1001011 | 1010100 | 1001100 |
Color Harmonies of #DCF58E
Complementary color
Monochromatic Colors of #DCF58E
Black with #DCF58E
Text Example
Text Example
White with #DCF58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF58E; }
p { color: rgb(220,245,142); }
H1.HeaderClassName
{
color: #DCF58E;
}
.AnyTagClassName
{
color: #DCF58E;
}
</style>
background-color css
<style>
a { background-color: #DCF58E; }
a { background-color: rgb(220,245,142); }
div.DivClassName
{
background-color: #DCF58E;
}
.BgClassName
{
background-color: #DCF58E;
}
</style>
border-color css
<style>
span { border-color: #DCF58E; }
span { border-color: rgb(220,245,142); }
td.TdClassName
{
border-color: #DCF58E;
}
.TagClassName
{
border-color: #DCF58E;
}
</style>