Html Css Color HEX #95DB86 Granny Smith Apple
📋 copy color: '#95DB86'red 149 ◦ green 219 ◦ blue 134
Shades of Granny Smith Apple #95DB86
Tints of Granny Smith Apple #95DB86
RGB
CMYK
RGB Variations
Color information
#95DB86 (or 0x95DB86) is known color: Granny Smith Apple. HEX triplet: 95, DB and 86. RGB value is (149,219,134). Sum of RGB (Red+Green+Blue) = 149+219+134=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DB86 is #6A2479. Grayscale: #BCBCBC. Windows color (decimal): -6956154 or 8838037. OLE color: 8838037.
HSL color Cylindrical-coordinate representation of color #95DB86: hue angle of 109.41º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95DB86 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 134 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.14 |
| HSL | 109.41º | 0.54% | 0.69% | - |
| HSV(B) | 109.41º | 0.39% | 0.86% | - |
| XYZ | 42.03 | 58.77 | 31.68 | - |
| YUV | 188.38 | 97.31 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 134 | 0.32 | 0 | 0.39 | 0.14 | 109.41 | 0.54 | 0.69 |
| Hex | 95 | DB | 86 | 20 | 0 | 27 | E | 6D | 36 | 45 |
| Octal | 225 | 333 | 206 | 40 | 0 | 47 | 16 | 155 | 66 | 105 |
| Binary | 10010101 | 11011011 | 10000110 | 100000 | 0 | 100111 | 1110 | 1101101 | 110110 | 1000101 |
Color Harmonies of #95DB86
Complementary color
Monochromatic Colors of #95DB86
Black with #95DB86
Text Example
Text Example
White with #95DB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DB86; }
p { color: rgb(149,219,134); }
H1.HeaderClassName
{
color: #95DB86;
}
.AnyTagClassName
{
color: #95DB86;
}
</style>
background-color css
<style>
a { background-color: #95DB86; }
a { background-color: rgb(149,219,134); }
div.DivClassName
{
background-color: #95DB86;
}
.BgClassName
{
background-color: #95DB86;
}
</style>
border-color css
<style>
span { border-color: #95DB86; }
span { border-color: rgb(149,219,134); }
td.TdClassName
{
border-color: #95DB86;
}
.TagClassName
{
border-color: #95DB86;
}
</style>