Html Css Color HEX #95E38D Granny Smith Apple
📋 copy color: '#95E38D'red 149 ◦ green 227 ◦ blue 141
Shades of Granny Smith Apple #95E38D
Tints of Granny Smith Apple #95E38D
RGB
CMYK
RGB Variations
Color information
#95E38D (or 0x95E38D) is known color: Granny Smith Apple. HEX triplet: 95, E3 and 8D. RGB value is (149,227,141). Sum of RGB (Red+Green+Blue) = 149+227+141=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #95E38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E38D is #6A1C72. Grayscale: #C2C2C2. Windows color (decimal): -6954099 or 9298837. OLE color: 9298837.
HSL color Cylindrical-coordinate representation of color #95E38D: hue angle of 114.42º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95E38D is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 227 | 141 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.11 |
| HSL | 114.42º | 0.61% | 0.72% | - |
| HSV(B) | 114.42º | 0.38% | 0.89% | - |
| XYZ | 44.67 | 63.25 | 35.05 | - |
| YUV | 193.87 | 98.16 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 227 | 141 | 0.34 | 0 | 0.38 | 0.11 | 114.42 | 0.61 | 0.72 |
| Hex | 95 | E3 | 8D | 22 | 0 | 26 | B | 72 | 3D | 48 |
| Octal | 225 | 343 | 215 | 42 | 0 | 46 | 13 | 162 | 75 | 110 |
| Binary | 10010101 | 11100011 | 10001101 | 100010 | 0 | 100110 | 1011 | 1110010 | 111101 | 1001000 |
Color Harmonies of #95E38D
Complementary color
Monochromatic Colors of #95E38D
Black with #95E38D
Text Example
Text Example
White with #95E38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E38D; }
p { color: rgb(149,227,141); }
H1.HeaderClassName
{
color: #95E38D;
}
.AnyTagClassName
{
color: #95E38D;
}
</style>
background-color css
<style>
a { background-color: #95E38D; }
a { background-color: rgb(149,227,141); }
div.DivClassName
{
background-color: #95E38D;
}
.BgClassName
{
background-color: #95E38D;
}
</style>
border-color css
<style>
span { border-color: #95E38D; }
span { border-color: rgb(149,227,141); }
td.TdClassName
{
border-color: #95E38D;
}
.TagClassName
{
border-color: #95E38D;
}
</style>