Shades of Reef #DCF99E
Tints of Reef #DCF99E
RGB
CMYK
RGB Variations
Color information
#DCF99E (or 0xDCF99E) is known color: Reef. HEX triplet: DC, F9 and 9E. RGB value is (220,249,158). Sum of RGB (Red+Green+Blue) = 220+249+158=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 158 (62.11% from 255 or 25.20% from 627); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF99E is #230661. Grayscale: #E6E6E6. Windows color (decimal): -2295394 or 10418652. OLE color: 10418652.
HSL color Cylindrical-coordinate representation of color #DCF99E: hue angle of 79.12º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCF99E is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 158 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.02 |
| HSL | 79.12º | 0.88% | 0.8% | - |
| HSV(B) | 79.12º | 0.37% | 0.98% | - |
| XYZ | 69.56 | 85.44 | 45.17 | - |
| YUV | 229.96 | 87.39 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 158 | 0.12 | 0 | 0.37 | 0.02 | 79.12 | 0.88 | 0.8 |
| Hex | DC | F9 | 9E | C | 0 | 25 | 2 | 4F | 58 | 50 |
| Octal | 334 | 371 | 236 | 14 | 0 | 45 | 2 | 117 | 130 | 120 |
| Binary | 11011100 | 11111001 | 10011110 | 1100 | 0 | 100101 | 10 | 1001111 | 1011000 | 1010000 |
Color Harmonies of #DCF99E
Complementary color
Monochromatic Colors of #DCF99E
Black with #DCF99E
Text Example
Text Example
White with #DCF99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF99E; }
p { color: rgb(220,249,158); }
H1.HeaderClassName
{
color: #DCF99E;
}
.AnyTagClassName
{
color: #DCF99E;
}
</style>
background-color css
<style>
a { background-color: #DCF99E; }
a { background-color: rgb(220,249,158); }
div.DivClassName
{
background-color: #DCF99E;
}
.BgClassName
{
background-color: #DCF99E;
}
</style>
border-color css
<style>
span { border-color: #DCF99E; }
span { border-color: rgb(220,249,158); }
td.TdClassName
{
border-color: #DCF99E;
}
.TagClassName
{
border-color: #DCF99E;
}
</style>