Shades of Reef #DCF98E
Tints of Reef #DCF98E
RGB
CMYK
RGB Variations
Color information
#DCF98E (or 0xDCF98E) is known color: Reef. HEX triplet: DC, F9 and 8E. RGB value is (220,249,142). Sum of RGB (Red+Green+Blue) = 220+249+142=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 142 (55.86% from 255 or 23.24% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF98E is #230671. Grayscale: #E4E4E4. Windows color (decimal): -2295410 or 9370076. OLE color: 9370076.
HSL color Cylindrical-coordinate representation of color #DCF98E: hue angle of 76.26º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCF98E is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 142 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.02 |
| HSL | 76.26º | 0.9% | 0.77% | - |
| HSV(B) | 76.26º | 0.43% | 0.98% | - |
| XYZ | 68.27 | 84.92 | 38.38 | - |
| YUV | 228.13 | 79.39 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 142 | 0.12 | 0 | 0.43 | 0.02 | 76.26 | 0.9 | 0.77 |
| Hex | DC | F9 | 8E | C | 0 | 2B | 2 | 4C | 5A | 4D |
| Octal | 334 | 371 | 216 | 14 | 0 | 53 | 2 | 114 | 132 | 115 |
| Binary | 11011100 | 11111001 | 10001110 | 1100 | 0 | 101011 | 10 | 1001100 | 1011010 | 1001101 |
Color Harmonies of #DCF98E
Complementary color
Monochromatic Colors of #DCF98E
Black with #DCF98E
Text Example
Text Example
White with #DCF98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF98E; }
p { color: rgb(220,249,142); }
H1.HeaderClassName
{
color: #DCF98E;
}
.AnyTagClassName
{
color: #DCF98E;
}
</style>
background-color css
<style>
a { background-color: #DCF98E; }
a { background-color: rgb(220,249,142); }
div.DivClassName
{
background-color: #DCF98E;
}
.BgClassName
{
background-color: #DCF98E;
}
</style>
border-color css
<style>
span { border-color: #DCF98E; }
span { border-color: rgb(220,249,142); }
td.TdClassName
{
border-color: #DCF98E;
}
.TagClassName
{
border-color: #DCF98E;
}
</style>