Html Css Color HEX #95E885 Granny Smith Apple
📋 copy color: '#95E885'red 149 ◦ green 232 ◦ blue 133
Shades of Granny Smith Apple #95E885
Tints of Granny Smith Apple #95E885
RGB
CMYK
RGB Variations
Color information
#95E885 (or 0x95E885) is known color: Granny Smith Apple. HEX triplet: 95, E8 and 85. RGB value is (149,232,133). Sum of RGB (Red+Green+Blue) = 149+232+133=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #95E885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E885 is #6A177A. Grayscale: #C4C4C4. Windows color (decimal): -6952827 or 8775829. OLE color: 8775829.
HSL color Cylindrical-coordinate representation of color #95E885: hue angle of 110.3º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95E885 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 232 | 133 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.09 |
| HSL | 110.3º | 0.68% | 0.72% | - |
| HSV(B) | 110.3º | 0.43% | 0.91% | - |
| XYZ | 45.48 | 65.8 | 32.49 | - |
| YUV | 195.9 | 92.5 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 232 | 133 | 0.36 | 0 | 0.43 | 0.09 | 110.3 | 0.68 | 0.72 |
| Hex | 95 | E8 | 85 | 24 | 0 | 2B | 9 | 6E | 44 | 48 |
| Octal | 225 | 350 | 205 | 44 | 0 | 53 | 11 | 156 | 104 | 110 |
| Binary | 10010101 | 11101000 | 10000101 | 100100 | 0 | 101011 | 1001 | 1101110 | 1000100 | 1001000 |
Color Harmonies of #95E885
Complementary color
Monochromatic Colors of #95E885
Black with #95E885
Text Example
Text Example
White with #95E885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E885; }
p { color: rgb(149,232,133); }
H1.HeaderClassName
{
color: #95E885;
}
.AnyTagClassName
{
color: #95E885;
}
</style>
background-color css
<style>
a { background-color: #95E885; }
a { background-color: rgb(149,232,133); }
div.DivClassName
{
background-color: #95E885;
}
.BgClassName
{
background-color: #95E885;
}
</style>
border-color css
<style>
span { border-color: #95E885; }
span { border-color: rgb(149,232,133); }
td.TdClassName
{
border-color: #95E885;
}
.TagClassName
{
border-color: #95E885;
}
</style>