Html Css Color HEX #95D790 Granny Smith Apple
📋 copy color: '#95D790'red 149 ◦ green 215 ◦ blue 144
Shades of Granny Smith Apple #95D790
Tints of Granny Smith Apple #95D790
RGB
CMYK
RGB Variations
Color information
#95D790 (or 0x95D790) is known color: Granny Smith Apple. HEX triplet: 95, D7 and 90. RGB value is (149,215,144). Sum of RGB (Red+Green+Blue) = 149+215+144=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #95D790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D790 is #6A286F. Grayscale: #BBBBBB. Windows color (decimal): -6957168 or 9492373. OLE color: 9492373.
HSL color Cylindrical-coordinate representation of color #95D790: hue angle of 115.77º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95D790 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 215 | 144 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.16 |
| HSL | 115.77º | 0.47% | 0.7% | - |
| HSV(B) | 115.77º | 0.33% | 0.84% | - |
| XYZ | 41.73 | 57 | 35.19 | - |
| YUV | 187.17 | 103.63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 215 | 144 | 0.31 | 0 | 0.33 | 0.16 | 115.77 | 0.47 | 0.7 |
| Hex | 95 | D7 | 90 | 1F | 0 | 21 | 10 | 74 | 2F | 46 |
| Octal | 225 | 327 | 220 | 37 | 0 | 41 | 20 | 164 | 57 | 106 |
| Binary | 10010101 | 11010111 | 10010000 | 11111 | 0 | 100001 | 10000 | 1110100 | 101111 | 1000110 |
Color Harmonies of #95D790
Complementary color
Monochromatic Colors of #95D790
Black with #95D790
Text Example
Text Example
White with #95D790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D790; }
p { color: rgb(149,215,144); }
H1.HeaderClassName
{
color: #95D790;
}
.AnyTagClassName
{
color: #95D790;
}
</style>
background-color css
<style>
a { background-color: #95D790; }
a { background-color: rgb(149,215,144); }
div.DivClassName
{
background-color: #95D790;
}
.BgClassName
{
background-color: #95D790;
}
</style>
border-color css
<style>
span { border-color: #95D790; }
span { border-color: rgb(149,215,144); }
td.TdClassName
{
border-color: #95D790;
}
.TagClassName
{
border-color: #95D790;
}
</style>