Shades of Reef #D8F495
Tints of Reef #D8F495
RGB
CMYK
RGB Variations
Color information
#D8F495 (or 0xD8F495) is known color: Reef. HEX triplet: D8, F4 and 95. RGB value is (216,244,149). Sum of RGB (Red+Green+Blue) = 216+244+149=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 244 (95.70% from 255 or 40.07% from 609); Blue value is 149 (58.59% from 255 or 24.47% from 609); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F495 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F495 is #270B6A. Grayscale: #E1E1E1. Windows color (decimal): -2558827 or 9827544. OLE color: 9827544.
HSL color Cylindrical-coordinate representation of color #D8F495: hue angle of 77.68º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8F495 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 244 | 149 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.04 |
| HSL | 77.68º | 0.81% | 0.77% | - |
| HSV(B) | 77.68º | 0.39% | 0.96% | - |
| XYZ | 66.09 | 81.47 | 40.68 | - |
| YUV | 224.8 | 85.22 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 244 | 149 | 0.11 | 0 | 0.39 | 0.04 | 77.68 | 0.81 | 0.77 |
| Hex | D8 | F4 | 95 | B | 0 | 27 | 4 | 4E | 51 | 4D |
| Octal | 330 | 364 | 225 | 13 | 0 | 47 | 4 | 116 | 121 | 115 |
| Binary | 11011000 | 11110100 | 10010101 | 1011 | 0 | 100111 | 100 | 1001110 | 1010001 | 1001101 |
Color Harmonies of #D8F495
Complementary color
Monochromatic Colors of #D8F495
Black with #D8F495
Text Example
Text Example
White with #D8F495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F495; }
p { color: rgb(216,244,149); }
H1.HeaderClassName
{
color: #D8F495;
}
.AnyTagClassName
{
color: #D8F495;
}
</style>
background-color css
<style>
a { background-color: #D8F495; }
a { background-color: rgb(216,244,149); }
div.DivClassName
{
background-color: #D8F495;
}
.BgClassName
{
background-color: #D8F495;
}
</style>
border-color css
<style>
span { border-color: #D8F495; }
span { border-color: rgb(216,244,149); }
td.TdClassName
{
border-color: #D8F495;
}
.TagClassName
{
border-color: #D8F495;
}
</style>