Shades of Reef #D7F996
Tints of Reef #D7F996
RGB
CMYK
RGB Variations
Color information
#D7F996 (or 0xD7F996) is known color: Reef. HEX triplet: D7, F9 and 96. RGB value is (215,249,150). Sum of RGB (Red+Green+Blue) = 215+249+150=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 150 (58.98% from 255 or 24.43% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #D7F996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F996 is #280669. Grayscale: #E3E3E3. Windows color (decimal): -2623082 or 9894359. OLE color: 9894359.
HSL color Cylindrical-coordinate representation of color #D7F996: hue angle of 80.61º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7F996 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 249 | 150 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.02 |
| HSL | 80.61º | 0.89% | 0.78% | - |
| HSV(B) | 80.61º | 0.4% | 0.98% | - |
| XYZ | 67.41 | 84.4 | 41.59 | - |
| YUV | 227.55 | 84.24 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 249 | 150 | 0.14 | 0 | 0.40 | 0.02 | 80.61 | 0.89 | 0.78 |
| Hex | D7 | F9 | 96 | E | 0 | 28 | 2 | 51 | 59 | 4E |
| Octal | 327 | 371 | 226 | 16 | 0 | 50 | 2 | 121 | 131 | 116 |
| Binary | 11010111 | 11111001 | 10010110 | 1110 | 0 | 101000 | 10 | 1010001 | 1011001 | 1001110 |
Color Harmonies of #D7F996
Complementary color
Monochromatic Colors of #D7F996
Black with #D7F996
Text Example
Text Example
White with #D7F996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F996; }
p { color: rgb(215,249,150); }
H1.HeaderClassName
{
color: #D7F996;
}
.AnyTagClassName
{
color: #D7F996;
}
</style>
background-color css
<style>
a { background-color: #D7F996; }
a { background-color: rgb(215,249,150); }
div.DivClassName
{
background-color: #D7F996;
}
.BgClassName
{
background-color: #D7F996;
}
</style>
border-color css
<style>
span { border-color: #D7F996; }
span { border-color: rgb(215,249,150); }
td.TdClassName
{
border-color: #D7F996;
}
.TagClassName
{
border-color: #D7F996;
}
</style>