Shades of Reef #D7FA95
Tints of Reef #D7FA95
RGB
CMYK
RGB Variations
Color information
#D7FA95 (or 0xD7FA95) is known color: Reef. HEX triplet: D7, FA and 95. RGB value is (215,250,149). Sum of RGB (Red+Green+Blue) = 215+250+149=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 149 (58.59% from 255 or 24.27% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FA95 is #28056A. Grayscale: #E4E4E4. Windows color (decimal): -2622827 or 9829079. OLE color: 9829079.
HSL color Cylindrical-coordinate representation of color #D7FA95: hue angle of 80.79º degrees, saturation: 0.91, 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 #D7FA95 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 250 | 149 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.02 |
| HSL | 80.79º | 0.91% | 0.78% | - |
| HSV(B) | 80.79º | 0.4% | 0.98% | - |
| XYZ | 67.63 | 84.99 | 41.27 | - |
| YUV | 228.02 | 83.4 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 250 | 149 | 0.14 | 0 | 0.40 | 0.02 | 80.79 | 0.91 | 0.78 |
| Hex | D7 | FA | 95 | E | 0 | 28 | 2 | 51 | 5B | 4E |
| Octal | 327 | 372 | 225 | 16 | 0 | 50 | 2 | 121 | 133 | 116 |
| Binary | 11010111 | 11111010 | 10010101 | 1110 | 0 | 101000 | 10 | 1010001 | 1011011 | 1001110 |
Color Harmonies of #D7FA95
Complementary color
Monochromatic Colors of #D7FA95
Black with #D7FA95
Text Example
Text Example
White with #D7FA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FA95; }
p { color: rgb(215,250,149); }
H1.HeaderClassName
{
color: #D7FA95;
}
.AnyTagClassName
{
color: #D7FA95;
}
</style>
background-color css
<style>
a { background-color: #D7FA95; }
a { background-color: rgb(215,250,149); }
div.DivClassName
{
background-color: #D7FA95;
}
.BgClassName
{
background-color: #D7FA95;
}
</style>
border-color css
<style>
span { border-color: #D7FA95; }
span { border-color: rgb(215,250,149); }
td.TdClassName
{
border-color: #D7FA95;
}
.TagClassName
{
border-color: #D7FA95;
}
</style>