Shades of Reef #D8F994
Tints of Reef #D8F994
RGB
CMYK
RGB Variations
Color information
#D8F994 (or 0xD8F994) is known color: Reef. HEX triplet: D8, F9 and 94. RGB value is (216,249,148). Sum of RGB (Red+Green+Blue) = 216+249+148=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 148 (58.20% from 255 or 24.14% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F994 is #27066B. Grayscale: #E3E3E3. Windows color (decimal): -2557548 or 9763288. OLE color: 9763288.
HSL color Cylindrical-coordinate representation of color #D8F994: hue angle of 79.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8F994 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 249 | 148 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.02 |
| HSL | 79.6º | 0.89% | 0.78% | - |
| HSV(B) | 79.6º | 0.41% | 0.98% | - |
| XYZ | 67.54 | 84.49 | 40.77 | - |
| YUV | 227.62 | 83.07 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 249 | 148 | 0.13 | 0 | 0.41 | 0.02 | 79.6 | 0.89 | 0.78 |
| Hex | D8 | F9 | 94 | D | 0 | 29 | 2 | 50 | 59 | 4E |
| Octal | 330 | 371 | 224 | 15 | 0 | 51 | 2 | 120 | 131 | 116 |
| Binary | 11011000 | 11111001 | 10010100 | 1101 | 0 | 101001 | 10 | 1010000 | 1011001 | 1001110 |
Color Harmonies of #D8F994
Complementary color
Monochromatic Colors of #D8F994
Black with #D8F994
Text Example
Text Example
White with #D8F994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F994; }
p { color: rgb(216,249,148); }
H1.HeaderClassName
{
color: #D8F994;
}
.AnyTagClassName
{
color: #D8F994;
}
</style>
background-color css
<style>
a { background-color: #D8F994; }
a { background-color: rgb(216,249,148); }
div.DivClassName
{
background-color: #D8F994;
}
.BgClassName
{
background-color: #D8F994;
}
</style>
border-color css
<style>
span { border-color: #D8F994; }
span { border-color: rgb(216,249,148); }
td.TdClassName
{
border-color: #D8F994;
}
.TagClassName
{
border-color: #D8F994;
}
</style>