Html Css Color HEX #95E295 Granny Smith Apple
📋 copy color: '#95E295'red 149 ◦ green 226 ◦ blue 149
Shades of Granny Smith Apple #95E295
Tints of Granny Smith Apple #95E295
RGB
CMYK
RGB Variations
Color information
#95E295 (or 0x95E295) is known color: Granny Smith Apple. HEX triplet: 95, E2 and 95. RGB value is (149,226,149). Sum of RGB (Red+Green+Blue) = 149+226+149=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #95E295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E295 is #6A1D6A. Grayscale: #C2C2C2. Windows color (decimal): -6954347 or 9822869. OLE color: 9822869.
HSL color Cylindrical-coordinate representation of color #95E295: hue angle of 120º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E295 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 226 | 149 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.11 |
| HSL | 120º | 0.57% | 0.74% | - |
| HSV(B) | 120º | 0.34% | 0.89% | - |
| XYZ | 45.02 | 62.95 | 38.21 | - |
| YUV | 194.2 | 102.49 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 226 | 149 | 0.34 | 0 | 0.34 | 0.11 | 120 | 0.57 | 0.74 |
| Hex | 95 | E2 | 95 | 22 | 0 | 22 | B | 78 | 39 | 4A |
| Octal | 225 | 342 | 225 | 42 | 0 | 42 | 13 | 170 | 71 | 112 |
| Binary | 10010101 | 11100010 | 10010101 | 100010 | 0 | 100010 | 1011 | 1111000 | 111001 | 1001010 |
Color Harmonies of #95E295
Complementary color
Monochromatic Colors of #95E295
Black with #95E295
Text Example
Text Example
White with #95E295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E295; }
p { color: rgb(149,226,149); }
H1.HeaderClassName
{
color: #95E295;
}
.AnyTagClassName
{
color: #95E295;
}
</style>
background-color css
<style>
a { background-color: #95E295; }
a { background-color: rgb(149,226,149); }
div.DivClassName
{
background-color: #95E295;
}
.BgClassName
{
background-color: #95E295;
}
</style>
border-color css
<style>
span { border-color: #95E295; }
span { border-color: rgb(149,226,149); }
td.TdClassName
{
border-color: #95E295;
}
.TagClassName
{
border-color: #95E295;
}
</style>