Shades of Reef #D8FD9D
Tints of Reef #D8FD9D
RGB
CMYK
RGB Variations
Color information
#D8FD9D (or 0xD8FD9D) is known color: Reef. HEX triplet: D8, FD and 9D. RGB value is (216,253,157). Sum of RGB (Red+Green+Blue) = 216+253+157=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 157 (61.72% from 255 or 25.08% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FD9D is #270262. Grayscale: #E7E7E7. Windows color (decimal): -2556515 or 10354136. OLE color: 10354136.
HSL color Cylindrical-coordinate representation of color #D8FD9D: hue angle of 83.13º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8FD9D is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 253 | 157 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.01 |
| HSL | 83.13º | 0.96% | 0.8% | - |
| HSV(B) | 83.13º | 0.38% | 0.99% | - |
| XYZ | 69.53 | 87.28 | 45.08 | - |
| YUV | 230.99 | 86.24 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 253 | 157 | 0.15 | 0 | 0.38 | 0.01 | 83.13 | 0.96 | 0.8 |
| Hex | D8 | FD | 9D | F | 0 | 26 | 1 | 53 | 60 | 50 |
| Octal | 330 | 375 | 235 | 17 | 0 | 46 | 1 | 123 | 140 | 120 |
| Binary | 11011000 | 11111101 | 10011101 | 1111 | 0 | 100110 | 1 | 1010011 | 1100000 | 1010000 |
Color Harmonies of #D8FD9D
Complementary color
Monochromatic Colors of #D8FD9D
Black with #D8FD9D
Text Example
Text Example
White with #D8FD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FD9D; }
p { color: rgb(216,253,157); }
H1.HeaderClassName
{
color: #D8FD9D;
}
.AnyTagClassName
{
color: #D8FD9D;
}
</style>
background-color css
<style>
a { background-color: #D8FD9D; }
a { background-color: rgb(216,253,157); }
div.DivClassName
{
background-color: #D8FD9D;
}
.BgClassName
{
background-color: #D8FD9D;
}
</style>
border-color css
<style>
span { border-color: #D8FD9D; }
span { border-color: rgb(216,253,157); }
td.TdClassName
{
border-color: #D8FD9D;
}
.TagClassName
{
border-color: #D8FD9D;
}
</style>