Shades of Reef #D8F296
Tints of Reef #D8F296
RGB
CMYK
RGB Variations
Color information
#D8F296 (or 0xD8F296) is known color: Reef. HEX triplet: D8, F2 and 96. RGB value is (216,242,150). Sum of RGB (Red+Green+Blue) = 216+242+150=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 150 (58.98% from 255 or 24.67% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F296 is #270D69. Grayscale: #E0E0E0. Windows color (decimal): -2559338 or 9892568. OLE color: 9892568.
HSL color Cylindrical-coordinate representation of color #D8F296: hue angle of 76.96º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8F296 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 150 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.05 |
| HSL | 76.96º | 0.78% | 0.77% | - |
| HSV(B) | 76.96º | 0.38% | 0.95% | - |
| XYZ | 65.58 | 80.31 | 40.9 | - |
| YUV | 223.74 | 86.39 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 150 | 0.11 | 0 | 0.38 | 0.05 | 76.96 | 0.78 | 0.77 |
| Hex | D8 | F2 | 96 | B | 0 | 26 | 5 | 4D | 4E | 4D |
| Octal | 330 | 362 | 226 | 13 | 0 | 46 | 5 | 115 | 116 | 115 |
| Binary | 11011000 | 11110010 | 10010110 | 1011 | 0 | 100110 | 101 | 1001101 | 1001110 | 1001101 |
Color Harmonies of #D8F296
Complementary color
Monochromatic Colors of #D8F296
Black with #D8F296
Text Example
Text Example
White with #D8F296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F296; }
p { color: rgb(216,242,150); }
H1.HeaderClassName
{
color: #D8F296;
}
.AnyTagClassName
{
color: #D8F296;
}
</style>
background-color css
<style>
a { background-color: #D8F296; }
a { background-color: rgb(216,242,150); }
div.DivClassName
{
background-color: #D8F296;
}
.BgClassName
{
background-color: #D8F296;
}
</style>
border-color css
<style>
span { border-color: #D8F296; }
span { border-color: rgb(216,242,150); }
td.TdClassName
{
border-color: #D8F296;
}
.TagClassName
{
border-color: #D8F296;
}
</style>