Shades of Reef #D7F995
Tints of Reef #D7F995
RGB
CMYK
RGB Variations
Color information
#D7F995 (or 0xD7F995) is known color: Reef. HEX triplet: D7, F9 and 95. RGB value is (215,249,149). Sum of RGB (Red+Green+Blue) = 215+249+149=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 149 (58.59% from 255 or 24.31% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #D7F995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F995 is #28066A. Grayscale: #E3E3E3. Windows color (decimal): -2623083 or 9828823. OLE color: 9828823.
HSL color Cylindrical-coordinate representation of color #D7F995: hue angle of 80.4º 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 #D7F995 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 249 | 149 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.02 |
| HSL | 80.4º | 0.89% | 0.78% | - |
| HSV(B) | 80.4º | 0.4% | 0.98% | - |
| XYZ | 67.32 | 84.37 | 41.17 | - |
| YUV | 227.43 | 83.74 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 249 | 149 | 0.14 | 0 | 0.40 | 0.02 | 80.4 | 0.89 | 0.78 |
| Hex | D7 | F9 | 95 | E | 0 | 28 | 2 | 50 | 59 | 4E |
| Octal | 327 | 371 | 225 | 16 | 0 | 50 | 2 | 120 | 131 | 116 |
| Binary | 11010111 | 11111001 | 10010101 | 1110 | 0 | 101000 | 10 | 1010000 | 1011001 | 1001110 |
Color Harmonies of #D7F995
Complementary color
Monochromatic Colors of #D7F995
Black with #D7F995
Text Example
Text Example
White with #D7F995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F995; }
p { color: rgb(215,249,149); }
H1.HeaderClassName
{
color: #D7F995;
}
.AnyTagClassName
{
color: #D7F995;
}
</style>
background-color css
<style>
a { background-color: #D7F995; }
a { background-color: rgb(215,249,149); }
div.DivClassName
{
background-color: #D7F995;
}
.BgClassName
{
background-color: #D7F995;
}
</style>
border-color css
<style>
span { border-color: #D7F995; }
span { border-color: rgb(215,249,149); }
td.TdClassName
{
border-color: #D7F995;
}
.TagClassName
{
border-color: #D7F995;
}
</style>