Shades of Reef #D8F895
Tints of Reef #D8F895
RGB
CMYK
RGB Variations
Color information
#D8F895 (or 0xD8F895) is known color: Reef. HEX triplet: D8, F8 and 95. RGB value is (216,248,149). Sum of RGB (Red+Green+Blue) = 216+248+149=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 149 (58.59% from 255 or 24.31% from 613); Max value from RGB is 248 - color contains mainly: green. Hex color #D8F895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F895 is #27076A. Grayscale: #E3E3E3. Windows color (decimal): -2557803 or 9828568. OLE color: 9828568.
HSL color Cylindrical-coordinate representation of color #D8F895: hue angle of 79.39º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8F895 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 248 | 149 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.03 |
| HSL | 79.39º | 0.88% | 0.78% | - |
| HSV(B) | 79.39º | 0.4% | 0.97% | - |
| XYZ | 67.31 | 83.9 | 41.08 | - |
| YUV | 227.15 | 83.9 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 248 | 149 | 0.13 | 0 | 0.40 | 0.03 | 79.39 | 0.88 | 0.78 |
| Hex | D8 | F8 | 95 | D | 0 | 28 | 3 | 4F | 58 | 4E |
| Octal | 330 | 370 | 225 | 15 | 0 | 50 | 3 | 117 | 130 | 116 |
| Binary | 11011000 | 11111000 | 10010101 | 1101 | 0 | 101000 | 11 | 1001111 | 1011000 | 1001110 |
Color Harmonies of #D8F895
Complementary color
Monochromatic Colors of #D8F895
Black with #D8F895
Text Example
Text Example
White with #D8F895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F895; }
p { color: rgb(216,248,149); }
H1.HeaderClassName
{
color: #D8F895;
}
.AnyTagClassName
{
color: #D8F895;
}
</style>
background-color css
<style>
a { background-color: #D8F895; }
a { background-color: rgb(216,248,149); }
div.DivClassName
{
background-color: #D8F895;
}
.BgClassName
{
background-color: #D8F895;
}
</style>
border-color css
<style>
span { border-color: #D8F895; }
span { border-color: rgb(216,248,149); }
td.TdClassName
{
border-color: #D8F895;
}
.TagClassName
{
border-color: #D8F895;
}
</style>