Shades of Reef #D5F095
Tints of Reef #D5F095
RGB
CMYK
RGB Variations
Color information
#D5F095 (or 0xD5F095) is known color: Reef. HEX triplet: D5, F0 and 95. RGB value is (213,240,149). Sum of RGB (Red+Green+Blue) = 213+240+149=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F095 is #2A0F6A. Grayscale: #DDDDDD. Windows color (decimal): -2756459 or 9826517. OLE color: 9826517.
HSL color Cylindrical-coordinate representation of color #D5F095: hue angle of 77.8º 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 #D5F095 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 240 | 149 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.06 |
| HSL | 77.8º | 0.75% | 0.76% | - |
| HSV(B) | 77.8º | 0.38% | 0.94% | - |
| XYZ | 64.03 | 78.64 | 40.24 | - |
| YUV | 221.55 | 87.05 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 240 | 149 | 0.11 | 0 | 0.38 | 0.06 | 77.8 | 0.75 | 0.76 |
| Hex | D5 | F0 | 95 | B | 0 | 26 | 6 | 4E | 4B | 4C |
| Octal | 325 | 360 | 225 | 13 | 0 | 46 | 6 | 116 | 113 | 114 |
| Binary | 11010101 | 11110000 | 10010101 | 1011 | 0 | 100110 | 110 | 1001110 | 1001011 | 1001100 |
Color Harmonies of #D5F095
Complementary color
Monochromatic Colors of #D5F095
Black with #D5F095
Text Example
Text Example
White with #D5F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F095; }
p { color: rgb(213,240,149); }
H1.HeaderClassName
{
color: #D5F095;
}
.AnyTagClassName
{
color: #D5F095;
}
</style>
background-color css
<style>
a { background-color: #D5F095; }
a { background-color: rgb(213,240,149); }
div.DivClassName
{
background-color: #D5F095;
}
.BgClassName
{
background-color: #D5F095;
}
</style>
border-color css
<style>
span { border-color: #D5F095; }
span { border-color: rgb(213,240,149); }
td.TdClassName
{
border-color: #D5F095;
}
.TagClassName
{
border-color: #D5F095;
}
</style>