Html Css Color HEX #95E194 Granny Smith Apple
📋 copy color: '#95E194'red 149 ◦ green 225 ◦ blue 148
Shades of Granny Smith Apple #95E194
Tints of Granny Smith Apple #95E194
RGB
CMYK
RGB Variations
Color information
#95E194 (or 0x95E194) is known color: Granny Smith Apple. HEX triplet: 95, E1 and 94. RGB value is (149,225,148). Sum of RGB (Red+Green+Blue) = 149+225+148=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #95E194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E194 is #6A1E6B. Grayscale: #C1C1C1. Windows color (decimal): -6954604 or 9757077. OLE color: 9757077.
HSL color Cylindrical-coordinate representation of color #95E194: hue angle of 119.22º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E194 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 225 | 148 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.12 |
| HSL | 119.22º | 0.56% | 0.73% | - |
| HSV(B) | 119.22º | 0.34% | 0.88% | - |
| XYZ | 44.66 | 62.38 | 37.7 | - |
| YUV | 193.5 | 102.32 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 225 | 148 | 0.34 | 0 | 0.34 | 0.12 | 119.22 | 0.56 | 0.73 |
| Hex | 95 | E1 | 94 | 22 | 0 | 22 | C | 77 | 38 | 49 |
| Octal | 225 | 341 | 224 | 42 | 0 | 42 | 14 | 167 | 70 | 111 |
| Binary | 10010101 | 11100001 | 10010100 | 100010 | 0 | 100010 | 1100 | 1110111 | 111000 | 1001001 |
Color Harmonies of #95E194
Complementary color
Monochromatic Colors of #95E194
Black with #95E194
Text Example
Text Example
White with #95E194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E194; }
p { color: rgb(149,225,148); }
H1.HeaderClassName
{
color: #95E194;
}
.AnyTagClassName
{
color: #95E194;
}
</style>
background-color css
<style>
a { background-color: #95E194; }
a { background-color: rgb(149,225,148); }
div.DivClassName
{
background-color: #95E194;
}
.BgClassName
{
background-color: #95E194;
}
</style>
border-color css
<style>
span { border-color: #95E194; }
span { border-color: rgb(149,225,148); }
td.TdClassName
{
border-color: #95E194;
}
.TagClassName
{
border-color: #95E194;
}
</style>