Shades of Reef #D8FF9F
Tints of Reef #D8FF9F
RGB
CMYK
RGB Variations
Color information
#D8FF9F (or 0xD8FF9F) is known color: Reef. HEX triplet: D8, FF and 9F. RGB value is (216,255,159). Sum of RGB (Red+Green+Blue) = 216+255+159=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 159 (62.5% from 255 or 25.24% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FF9F is #270060. Grayscale: #E8E8E8. Windows color (decimal): -2556001 or 10485720. OLE color: 10485720.
HSL color Cylindrical-coordinate representation of color #D8FF9F: hue angle of 84.38º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8FF9F is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 159 | - |
| CMYK | 0.15 | 0 | 0.38 | 0 |
| HSL | 84.38º | 1% | 0.81% | - |
| HSV(B) | 84.38º | 0.38% | 1% | - |
| XYZ | 70.34 | 88.62 | 46.2 | - |
| YUV | 232.4 | 86.58 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 159 | 0.15 | 0 | 0.38 | 0 | 84.38 | 1 | 0.81 |
| Hex | D8 | FF | 9F | F | 0 | 26 | 0 | 54 | 64 | 51 |
| Octal | 330 | 377 | 237 | 17 | 0 | 46 | 0 | 124 | 144 | 121 |
| Binary | 11011000 | 11111111 | 10011111 | 1111 | 0 | 100110 | 0 | 1010100 | 1100100 | 1010001 |
Color Harmonies of #D8FF9F
Complementary color
Monochromatic Colors of #D8FF9F
Black with #D8FF9F
Text Example
Text Example
White with #D8FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FF9F; }
p { color: rgb(216,255,159); }
H1.HeaderClassName
{
color: #D8FF9F;
}
.AnyTagClassName
{
color: #D8FF9F;
}
</style>
background-color css
<style>
a { background-color: #D8FF9F; }
a { background-color: rgb(216,255,159); }
div.DivClassName
{
background-color: #D8FF9F;
}
.BgClassName
{
background-color: #D8FF9F;
}
</style>
border-color css
<style>
span { border-color: #D8FF9F; }
span { border-color: rgb(216,255,159); }
td.TdClassName
{
border-color: #D8FF9F;
}
.TagClassName
{
border-color: #D8FF9F;
}
</style>