Html Css Color HEX #95D295 Granny Smith Apple
📋 copy color: '#95D295'red 149 ◦ green 210 ◦ blue 149
Shades of Granny Smith Apple #95D295
Tints of Granny Smith Apple #95D295
RGB
CMYK
RGB Variations
Color information
#95D295 (or 0x95D295) is known color: Granny Smith Apple. HEX triplet: 95, D2 and 95. RGB value is (149,210,149). Sum of RGB (Red+Green+Blue) = 149+210+149=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #95D295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D295 is #6A2D6A. Grayscale: #B8B8B8. Windows color (decimal): -6958443 or 9818773. OLE color: 9818773.
HSL color Cylindrical-coordinate representation of color #95D295: hue angle of 120º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D295 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 210 | 149 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.18 |
| HSL | 120º | 0.4% | 0.7% | - |
| HSV(B) | 120º | 0.29% | 0.82% | - |
| XYZ | 40.87 | 54.65 | 36.83 | - |
| YUV | 184.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 210 | 149 | 0.29 | 0 | 0.29 | 0.18 | 120 | 0.4 | 0.7 |
| Hex | 95 | D2 | 95 | 1D | 0 | 1D | 12 | 78 | 28 | 46 |
| Octal | 225 | 322 | 225 | 35 | 0 | 35 | 22 | 170 | 50 | 106 |
| Binary | 10010101 | 11010010 | 10010101 | 11101 | 0 | 11101 | 10010 | 1111000 | 101000 | 1000110 |
Color Harmonies of #95D295
Complementary color
Monochromatic Colors of #95D295
Black with #95D295
Text Example
Text Example
White with #95D295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D295; }
p { color: rgb(149,210,149); }
H1.HeaderClassName
{
color: #95D295;
}
.AnyTagClassName
{
color: #95D295;
}
</style>
background-color css
<style>
a { background-color: #95D295; }
a { background-color: rgb(149,210,149); }
div.DivClassName
{
background-color: #95D295;
}
.BgClassName
{
background-color: #95D295;
}
</style>
border-color css
<style>
span { border-color: #95D295; }
span { border-color: rgb(149,210,149); }
td.TdClassName
{
border-color: #95D295;
}
.TagClassName
{
border-color: #95D295;
}
</style>