Shades of Reef #D8FF9A
Tints of Reef #D8FF9A
RGB
CMYK
RGB Variations
Color information
#D8FF9A (or 0xD8FF9A) is known color: Reef. HEX triplet: D8, FF and 9A. RGB value is (216,255,154). Sum of RGB (Red+Green+Blue) = 216+255+154=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 154 (60.55% from 255 or 24.64% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FF9A is #270065. Grayscale: #E8E8E8. Windows color (decimal): -2556006 or 10158040. OLE color: 10158040.
HSL color Cylindrical-coordinate representation of color #D8FF9A: hue angle of 83.17º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8FF9A is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 154 | - |
| CMYK | 0.15 | 0 | 0.40 | 0 |
| HSL | 83.17º | 1% | 0.8% | - |
| HSV(B) | 83.17º | 0.4% | 1% | - |
| XYZ | 69.91 | 88.45 | 43.96 | - |
| YUV | 231.83 | 84.08 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 154 | 0.15 | 0 | 0.40 | 0 | 83.17 | 1 | 0.8 |
| Hex | D8 | FF | 9A | F | 0 | 28 | 0 | 53 | 64 | 50 |
| Octal | 330 | 377 | 232 | 17 | 0 | 50 | 0 | 123 | 144 | 120 |
| Binary | 11011000 | 11111111 | 10011010 | 1111 | 0 | 101000 | 0 | 1010011 | 1100100 | 1010000 |
Color Harmonies of #D8FF9A
Complementary color
Monochromatic Colors of #D8FF9A
Black with #D8FF9A
Text Example
Text Example
White with #D8FF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FF9A; }
p { color: rgb(216,255,154); }
H1.HeaderClassName
{
color: #D8FF9A;
}
.AnyTagClassName
{
color: #D8FF9A;
}
</style>
background-color css
<style>
a { background-color: #D8FF9A; }
a { background-color: rgb(216,255,154); }
div.DivClassName
{
background-color: #D8FF9A;
}
.BgClassName
{
background-color: #D8FF9A;
}
</style>
border-color css
<style>
span { border-color: #D8FF9A; }
span { border-color: rgb(216,255,154); }
td.TdClassName
{
border-color: #D8FF9A;
}
.TagClassName
{
border-color: #D8FF9A;
}
</style>