Html Css Color HEX #95E488 Granny Smith Apple
📋 copy color: '#95E488'red 149 ◦ green 228 ◦ blue 136
Shades of Granny Smith Apple #95E488
Tints of Granny Smith Apple #95E488
RGB
CMYK
RGB Variations
Color information
#95E488 (or 0x95E488) is known color: Granny Smith Apple. HEX triplet: 95, E4 and 88. RGB value is (149,228,136). Sum of RGB (Red+Green+Blue) = 149+228+136=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #95E488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E488 is #6A1B77. Grayscale: #C2C2C2. Windows color (decimal): -6953848 or 8971413. OLE color: 8971413.
HSL color Cylindrical-coordinate representation of color #95E488: hue angle of 111.52º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95E488 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 228 | 136 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.11 |
| HSL | 111.52º | 0.63% | 0.71% | - |
| HSV(B) | 111.52º | 0.4% | 0.89% | - |
| XYZ | 44.58 | 63.65 | 33.23 | - |
| YUV | 193.89 | 95.33 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 228 | 136 | 0.35 | 0 | 0.40 | 0.11 | 111.52 | 0.63 | 0.71 |
| Hex | 95 | E4 | 88 | 23 | 0 | 28 | B | 70 | 3F | 47 |
| Octal | 225 | 344 | 210 | 43 | 0 | 50 | 13 | 160 | 77 | 107 |
| Binary | 10010101 | 11100100 | 10001000 | 100011 | 0 | 101000 | 1011 | 1110000 | 111111 | 1000111 |
Color Harmonies of #95E488
Complementary color
Monochromatic Colors of #95E488
Black with #95E488
Text Example
Text Example
White with #95E488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E488; }
p { color: rgb(149,228,136); }
H1.HeaderClassName
{
color: #95E488;
}
.AnyTagClassName
{
color: #95E488;
}
</style>
background-color css
<style>
a { background-color: #95E488; }
a { background-color: rgb(149,228,136); }
div.DivClassName
{
background-color: #95E488;
}
.BgClassName
{
background-color: #95E488;
}
</style>
border-color css
<style>
span { border-color: #95E488; }
span { border-color: rgb(149,228,136); }
td.TdClassName
{
border-color: #95E488;
}
.TagClassName
{
border-color: #95E488;
}
</style>