Html Css Color HEX #95D58D Granny Smith Apple
📋 copy color: '#95D58D'red 149 ◦ green 213 ◦ blue 141
Shades of Granny Smith Apple #95D58D
Tints of Granny Smith Apple #95D58D
RGB
CMYK
RGB Variations
Color information
#95D58D (or 0x95D58D) is known color: Granny Smith Apple. HEX triplet: 95, D5 and 8D. RGB value is (149,213,141). Sum of RGB (Red+Green+Blue) = 149+213+141=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #95D58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D58D is #6A2A72. Grayscale: #B9B9B9. Windows color (decimal): -6957683 or 9295253. OLE color: 9295253.
HSL color Cylindrical-coordinate representation of color #95D58D: hue angle of 113.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95D58D is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 213 | 141 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.16 |
| HSL | 113.33º | 0.46% | 0.69% | - |
| HSV(B) | 113.33º | 0.34% | 0.84% | - |
| XYZ | 41 | 55.9 | 33.83 | - |
| YUV | 185.66 | 102.8 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 213 | 141 | 0.30 | 0 | 0.34 | 0.16 | 113.33 | 0.46 | 0.69 |
| Hex | 95 | D5 | 8D | 1E | 0 | 22 | 10 | 71 | 2E | 45 |
| Octal | 225 | 325 | 215 | 36 | 0 | 42 | 20 | 161 | 56 | 105 |
| Binary | 10010101 | 11010101 | 10001101 | 11110 | 0 | 100010 | 10000 | 1110001 | 101110 | 1000101 |
Color Harmonies of #95D58D
Complementary color
Monochromatic Colors of #95D58D
Black with #95D58D
Text Example
Text Example
White with #95D58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D58D; }
p { color: rgb(149,213,141); }
H1.HeaderClassName
{
color: #95D58D;
}
.AnyTagClassName
{
color: #95D58D;
}
</style>
background-color css
<style>
a { background-color: #95D58D; }
a { background-color: rgb(149,213,141); }
div.DivClassName
{
background-color: #95D58D;
}
.BgClassName
{
background-color: #95D58D;
}
</style>
border-color css
<style>
span { border-color: #95D58D; }
span { border-color: rgb(149,213,141); }
td.TdClassName
{
border-color: #95D58D;
}
.TagClassName
{
border-color: #95D58D;
}
</style>