Shades of Reef #DCF19E
Tints of Reef #DCF19E
RGB
CMYK
RGB Variations
Color information
#DCF19E (or 0xDCF19E) is known color: Reef. HEX triplet: DC, F1 and 9E. RGB value is (220,241,158). Sum of RGB (Red+Green+Blue) = 220+241+158=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 158 (62.11% from 255 or 25.53% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF19E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF19E is #230E61. Grayscale: #E1E1E1. Windows color (decimal): -2297442 or 10416604. OLE color: 10416604.
HSL color Cylindrical-coordinate representation of color #DCF19E: hue angle of 75.18º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCF19E is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 158 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.05 |
| HSL | 75.18º | 0.75% | 0.78% | - |
| HSV(B) | 75.18º | 0.34% | 0.95% | - |
| XYZ | 67.14 | 80.59 | 44.37 | - |
| YUV | 225.26 | 90.04 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 158 | 0.09 | 0 | 0.34 | 0.05 | 75.18 | 0.75 | 0.78 |
| Hex | DC | F1 | 9E | 9 | 0 | 22 | 5 | 4B | 4B | 4E |
| Octal | 334 | 361 | 236 | 11 | 0 | 42 | 5 | 113 | 113 | 116 |
| Binary | 11011100 | 11110001 | 10011110 | 1001 | 0 | 100010 | 101 | 1001011 | 1001011 | 1001110 |
Color Harmonies of #DCF19E
Complementary color
Monochromatic Colors of #DCF19E
Black with #DCF19E
Text Example
Text Example
White with #DCF19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF19E; }
p { color: rgb(220,241,158); }
H1.HeaderClassName
{
color: #DCF19E;
}
.AnyTagClassName
{
color: #DCF19E;
}
</style>
background-color css
<style>
a { background-color: #DCF19E; }
a { background-color: rgb(220,241,158); }
div.DivClassName
{
background-color: #DCF19E;
}
.BgClassName
{
background-color: #DCF19E;
}
</style>
border-color css
<style>
span { border-color: #DCF19E; }
span { border-color: rgb(220,241,158); }
td.TdClassName
{
border-color: #DCF19E;
}
.TagClassName
{
border-color: #DCF19E;
}
</style>