Html Css Color HEX #95DB91 Granny Smith Apple
📋 copy color: '#95DB91'red 149 ◦ green 219 ◦ blue 145
Shades of Granny Smith Apple #95DB91
Tints of Granny Smith Apple #95DB91
RGB
CMYK
RGB Variations
Color information
#95DB91 (or 0x95DB91) is known color: Granny Smith Apple. HEX triplet: 95, DB and 91. RGB value is (149,219,145). Sum of RGB (Red+Green+Blue) = 149+219+145=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DB91 is #6A246E. Grayscale: #BDBDBD. Windows color (decimal): -6956143 or 9558933. OLE color: 9558933.
HSL color Cylindrical-coordinate representation of color #95DB91: hue angle of 116.76º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95DB91 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 145 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.14 |
| HSL | 116.76º | 0.51% | 0.71% | - |
| HSV(B) | 116.76º | 0.34% | 0.86% | - |
| XYZ | 42.84 | 59.1 | 35.94 | - |
| YUV | 189.63 | 102.81 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 145 | 0.32 | 0 | 0.34 | 0.14 | 116.76 | 0.51 | 0.71 |
| Hex | 95 | DB | 91 | 20 | 0 | 22 | E | 75 | 33 | 47 |
| Octal | 225 | 333 | 221 | 40 | 0 | 42 | 16 | 165 | 63 | 107 |
| Binary | 10010101 | 11011011 | 10010001 | 100000 | 0 | 100010 | 1110 | 1110101 | 110011 | 1000111 |
Color Harmonies of #95DB91
Complementary color
Monochromatic Colors of #95DB91
Black with #95DB91
Text Example
Text Example
White with #95DB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DB91; }
p { color: rgb(149,219,145); }
H1.HeaderClassName
{
color: #95DB91;
}
.AnyTagClassName
{
color: #95DB91;
}
</style>
background-color css
<style>
a { background-color: #95DB91; }
a { background-color: rgb(149,219,145); }
div.DivClassName
{
background-color: #95DB91;
}
.BgClassName
{
background-color: #95DB91;
}
</style>
border-color css
<style>
span { border-color: #95DB91; }
span { border-color: rgb(149,219,145); }
td.TdClassName
{
border-color: #95DB91;
}
.TagClassName
{
border-color: #95DB91;
}
</style>