Shades of Reef #D8F99D
Tints of Reef #D8F99D
RGB
CMYK
RGB Variations
Color information
#D8F99D (or 0xD8F99D) is known color: Reef. HEX triplet: D8, F9 and 9D. RGB value is (216,249,157). Sum of RGB (Red+Green+Blue) = 216+249+157=622 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.73% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 157 (61.72% from 255 or 25.24% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F99D is #270662. Grayscale: #E4E4E4. Windows color (decimal): -2557539 or 10353112. OLE color: 10353112.
HSL color Cylindrical-coordinate representation of color #D8F99D: hue angle of 81.52º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D8F99D is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 249 | 157 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.02 |
| HSL | 81.52º | 0.88% | 0.8% | - |
| HSV(B) | 81.52º | 0.37% | 0.98% | - |
| XYZ | 68.28 | 84.78 | 44.66 | - |
| YUV | 228.65 | 87.57 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 249 | 157 | 0.13 | 0 | 0.37 | 0.02 | 81.52 | 0.88 | 0.8 |
| Hex | D8 | F9 | 9D | D | 0 | 25 | 2 | 52 | 58 | 50 |
| Octal | 330 | 371 | 235 | 15 | 0 | 45 | 2 | 122 | 130 | 120 |
| Binary | 11011000 | 11111001 | 10011101 | 1101 | 0 | 100101 | 10 | 1010010 | 1011000 | 1010000 |
Color Harmonies of #D8F99D
Complementary color
Monochromatic Colors of #D8F99D
Black with #D8F99D
Text Example
Text Example
White with #D8F99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F99D; }
p { color: rgb(216,249,157); }
H1.HeaderClassName
{
color: #D8F99D;
}
.AnyTagClassName
{
color: #D8F99D;
}
</style>
background-color css
<style>
a { background-color: #D8F99D; }
a { background-color: rgb(216,249,157); }
div.DivClassName
{
background-color: #D8F99D;
}
.BgClassName
{
background-color: #D8F99D;
}
</style>
border-color css
<style>
span { border-color: #D8F99D; }
span { border-color: rgb(216,249,157); }
td.TdClassName
{
border-color: #D8F99D;
}
.TagClassName
{
border-color: #D8F99D;
}
</style>