Shades of Reef #D7F096
Tints of Reef #D7F096
RGB
CMYK
RGB Variations
Color information
#D7F096 (or 0xD7F096) is known color: Reef. HEX triplet: D7, F0 and 96. RGB value is (215,240,150). Sum of RGB (Red+Green+Blue) = 215+240+150=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 150 (58.98% from 255 or 24.79% from 605); Max value from RGB is 240 - color contains mainly: green. Hex color #D7F096 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F096 is #280F69. Grayscale: #DEDEDE. Windows color (decimal): -2625386 or 9892055. OLE color: 9892055.
HSL color Cylindrical-coordinate representation of color #D7F096: hue angle of 76.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7F096 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 240 | 150 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.06 |
| HSL | 76.67º | 0.75% | 0.76% | - |
| HSV(B) | 76.67º | 0.38% | 0.94% | - |
| XYZ | 64.69 | 78.97 | 40.69 | - |
| YUV | 222.27 | 87.22 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 240 | 150 | 0.10 | 0 | 0.37 | 0.06 | 76.67 | 0.75 | 0.76 |
| Hex | D7 | F0 | 96 | A | 0 | 25 | 6 | 4D | 4B | 4C |
| Octal | 327 | 360 | 226 | 12 | 0 | 45 | 6 | 115 | 113 | 114 |
| Binary | 11010111 | 11110000 | 10010110 | 1010 | 0 | 100101 | 110 | 1001101 | 1001011 | 1001100 |
Color Harmonies of #D7F096
Complementary color
Monochromatic Colors of #D7F096
Black with #D7F096
Text Example
Text Example
White with #D7F096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F096; }
p { color: rgb(215,240,150); }
H1.HeaderClassName
{
color: #D7F096;
}
.AnyTagClassName
{
color: #D7F096;
}
</style>
background-color css
<style>
a { background-color: #D7F096; }
a { background-color: rgb(215,240,150); }
div.DivClassName
{
background-color: #D7F096;
}
.BgClassName
{
background-color: #D7F096;
}
</style>
border-color css
<style>
span { border-color: #D7F096; }
span { border-color: rgb(215,240,150); }
td.TdClassName
{
border-color: #D7F096;
}
.TagClassName
{
border-color: #D7F096;
}
</style>