Shades of Reef #D0FF8E
Tints of Reef #D0FF8E
RGB
CMYK
RGB Variations
Color information
#D0FF8E (or 0xD0FF8E) is known color: Reef. HEX triplet: D0, FF and 8E. RGB value is (208,255,142). Sum of RGB (Red+Green+Blue) = 208+255+142=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 142 (55.86% from 255 or 23.47% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FF8E is #2F0071. Grayscale: #E4E4E4. Windows color (decimal): -3080306 or 9371600. OLE color: 9371600.
HSL color Cylindrical-coordinate representation of color #D0FF8E: hue angle of 84.96º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0FF8E is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 142 | - |
| CMYK | 0.18 | 0 | 0.44 | 0 |
| HSL | 84.96º | 1% | 0.78% | - |
| HSV(B) | 84.96º | 0.44% | 1% | - |
| XYZ | 66.65 | 86.88 | 38.85 | - |
| YUV | 228.07 | 79.43 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 142 | 0.18 | 0 | 0.44 | 0 | 84.96 | 1 | 0.78 |
| Hex | D0 | FF | 8E | 12 | 0 | 2C | 0 | 55 | 64 | 4E |
| Octal | 320 | 377 | 216 | 22 | 0 | 54 | 0 | 125 | 144 | 116 |
| Binary | 11010000 | 11111111 | 10001110 | 10010 | 0 | 101100 | 0 | 1010101 | 1100100 | 1001110 |
Color Harmonies of #D0FF8E
Complementary color
Monochromatic Colors of #D0FF8E
Black with #D0FF8E
Text Example
Text Example
White with #D0FF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF8E; }
p { color: rgb(208,255,142); }
H1.HeaderClassName
{
color: #D0FF8E;
}
.AnyTagClassName
{
color: #D0FF8E;
}
</style>
background-color css
<style>
a { background-color: #D0FF8E; }
a { background-color: rgb(208,255,142); }
div.DivClassName
{
background-color: #D0FF8E;
}
.BgClassName
{
background-color: #D0FF8E;
}
</style>
border-color css
<style>
span { border-color: #D0FF8E; }
span { border-color: rgb(208,255,142); }
td.TdClassName
{
border-color: #D0FF8E;
}
.TagClassName
{
border-color: #D0FF8E;
}
</style>