Shades of Reef #D0FF8D
Tints of Reef #D0FF8D
RGB
CMYK
RGB Variations
Color information
#D0FF8D (or 0xD0FF8D) is known color: Reef. HEX triplet: D0, FF and 8D. RGB value is (208,255,141). Sum of RGB (Red+Green+Blue) = 208+255+141=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FF8D is #2F0072. Grayscale: #E4E4E4. Windows color (decimal): -3080307 or 9306064. OLE color: 9306064.
HSL color Cylindrical-coordinate representation of color #D0FF8D: hue angle of 84.74º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0FF8D is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 141 | - |
| CMYK | 0.18 | 0 | 0.45 | 0 |
| HSL | 84.74º | 1% | 0.78% | - |
| HSV(B) | 84.74º | 0.45% | 1% | - |
| XYZ | 66.58 | 86.85 | 38.45 | - |
| YUV | 227.95 | 78.93 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 141 | 0.18 | 0 | 0.45 | 0 | 84.74 | 1 | 0.78 |
| Hex | D0 | FF | 8D | 12 | 0 | 2D | 0 | 55 | 64 | 4E |
| Octal | 320 | 377 | 215 | 22 | 0 | 55 | 0 | 125 | 144 | 116 |
| Binary | 11010000 | 11111111 | 10001101 | 10010 | 0 | 101101 | 0 | 1010101 | 1100100 | 1001110 |
Color Harmonies of #D0FF8D
Complementary color
Monochromatic Colors of #D0FF8D
Black with #D0FF8D
Text Example
Text Example
White with #D0FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF8D; }
p { color: rgb(208,255,141); }
H1.HeaderClassName
{
color: #D0FF8D;
}
.AnyTagClassName
{
color: #D0FF8D;
}
</style>
background-color css
<style>
a { background-color: #D0FF8D; }
a { background-color: rgb(208,255,141); }
div.DivClassName
{
background-color: #D0FF8D;
}
.BgClassName
{
background-color: #D0FF8D;
}
</style>
border-color css
<style>
span { border-color: #D0FF8D; }
span { border-color: rgb(208,255,141); }
td.TdClassName
{
border-color: #D0FF8D;
}
.TagClassName
{
border-color: #D0FF8D;
}
</style>