Html Css Color HEX #95D998 Granny Smith Apple
📋 copy color: '#95D998'red 149 ◦ green 217 ◦ blue 152
Shades of Granny Smith Apple #95D998
Tints of Granny Smith Apple #95D998
RGB
CMYK
RGB Variations
Color information
#95D998 (or 0x95D998) is known color: Granny Smith Apple. HEX triplet: 95, D9 and 98. RGB value is (149,217,152). Sum of RGB (Red+Green+Blue) = 149+217+152=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #95D998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D998 is #6A2667. Grayscale: #BDBDBD. Windows color (decimal): -6956648 or 10017173. OLE color: 10017173.
HSL color Cylindrical-coordinate representation of color #95D998: hue angle of 122.65º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D998 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 217 | 152 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.15 |
| HSL | 122.65º | 0.47% | 0.72% | - |
| HSV(B) | 122.65º | 0.31% | 0.85% | - |
| XYZ | 42.87 | 58.28 | 38.7 | - |
| YUV | 189.26 | 106.97 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 217 | 152 | 0.31 | 0 | 0.30 | 0.15 | 122.65 | 0.47 | 0.72 |
| Hex | 95 | D9 | 98 | 1F | 0 | 1E | F | 7B | 2F | 48 |
| Octal | 225 | 331 | 230 | 37 | 0 | 36 | 17 | 173 | 57 | 110 |
| Binary | 10010101 | 11011001 | 10011000 | 11111 | 0 | 11110 | 1111 | 1111011 | 101111 | 1001000 |
Color Harmonies of #95D998
Complementary color
Monochromatic Colors of #95D998
Black with #95D998
Text Example
Text Example
White with #95D998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D998; }
p { color: rgb(149,217,152); }
H1.HeaderClassName
{
color: #95D998;
}
.AnyTagClassName
{
color: #95D998;
}
</style>
background-color css
<style>
a { background-color: #95D998; }
a { background-color: rgb(149,217,152); }
div.DivClassName
{
background-color: #95D998;
}
.BgClassName
{
background-color: #95D998;
}
</style>
border-color css
<style>
span { border-color: #95D998; }
span { border-color: rgb(149,217,152); }
td.TdClassName
{
border-color: #95D998;
}
.TagClassName
{
border-color: #95D998;
}
</style>