Html Css Color HEX #95DD87 Granny Smith Apple
📋 copy color: '#95DD87'red 149 ◦ green 221 ◦ blue 135
Shades of Granny Smith Apple #95DD87
Tints of Granny Smith Apple #95DD87
RGB
CMYK
RGB Variations
Color information
#95DD87 (or 0x95DD87) is known color: Granny Smith Apple. HEX triplet: 95, DD and 87. RGB value is (149,221,135). Sum of RGB (Red+Green+Blue) = 149+221+135=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DD87 is #6A2278. Grayscale: #BDBDBD. Windows color (decimal): -6955641 or 8904085. OLE color: 8904085.
HSL color Cylindrical-coordinate representation of color #95DD87: hue angle of 110.23º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95DD87 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 221 | 135 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.13 |
| HSL | 110.23º | 0.56% | 0.7% | - |
| HSV(B) | 110.23º | 0.39% | 0.87% | - |
| XYZ | 42.62 | 59.85 | 32.23 | - |
| YUV | 189.67 | 97.15 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 221 | 135 | 0.33 | 0 | 0.39 | 0.13 | 110.23 | 0.56 | 0.7 |
| Hex | 95 | DD | 87 | 21 | 0 | 27 | D | 6E | 38 | 46 |
| Octal | 225 | 335 | 207 | 41 | 0 | 47 | 15 | 156 | 70 | 106 |
| Binary | 10010101 | 11011101 | 10000111 | 100001 | 0 | 100111 | 1101 | 1101110 | 111000 | 1000110 |
Color Harmonies of #95DD87
Complementary color
Monochromatic Colors of #95DD87
Black with #95DD87
Text Example
Text Example
White with #95DD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DD87; }
p { color: rgb(149,221,135); }
H1.HeaderClassName
{
color: #95DD87;
}
.AnyTagClassName
{
color: #95DD87;
}
</style>
background-color css
<style>
a { background-color: #95DD87; }
a { background-color: rgb(149,221,135); }
div.DivClassName
{
background-color: #95DD87;
}
.BgClassName
{
background-color: #95DD87;
}
</style>
border-color css
<style>
span { border-color: #95DD87; }
span { border-color: rgb(149,221,135); }
td.TdClassName
{
border-color: #95DD87;
}
.TagClassName
{
border-color: #95DD87;
}
</style>