Html Css Color HEX #95DE99 Granny Smith Apple
📋 copy color: '#95DE99'red 149 ◦ green 222 ◦ blue 153
Shades of Granny Smith Apple #95DE99
Tints of Granny Smith Apple #95DE99
RGB
CMYK
RGB Variations
Color information
#95DE99 (or 0x95DE99) is known color: Granny Smith Apple. HEX triplet: 95, DE and 99. RGB value is (149,222,153). Sum of RGB (Red+Green+Blue) = 149+222+153=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #95DE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DE99 is #6A2166. Grayscale: #C0C0C0. Windows color (decimal): -6955367 or 10083989. OLE color: 10083989.
HSL color Cylindrical-coordinate representation of color #95DE99: hue angle of 123.29º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DE99 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 222 | 153 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.13 |
| HSL | 123.29º | 0.53% | 0.73% | - |
| HSV(B) | 123.29º | 0.33% | 0.87% | - |
| XYZ | 44.27 | 60.93 | 39.57 | - |
| YUV | 192.31 | 105.82 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 222 | 153 | 0.33 | 0 | 0.31 | 0.13 | 123.29 | 0.53 | 0.73 |
| Hex | 95 | DE | 99 | 21 | 0 | 1F | D | 7B | 35 | 49 |
| Octal | 225 | 336 | 231 | 41 | 0 | 37 | 15 | 173 | 65 | 111 |
| Binary | 10010101 | 11011110 | 10011001 | 100001 | 0 | 11111 | 1101 | 1111011 | 110101 | 1001001 |
Color Harmonies of #95DE99
Complementary color
Monochromatic Colors of #95DE99
Black with #95DE99
Text Example
Text Example
White with #95DE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DE99; }
p { color: rgb(149,222,153); }
H1.HeaderClassName
{
color: #95DE99;
}
.AnyTagClassName
{
color: #95DE99;
}
</style>
background-color css
<style>
a { background-color: #95DE99; }
a { background-color: rgb(149,222,153); }
div.DivClassName
{
background-color: #95DE99;
}
.BgClassName
{
background-color: #95DE99;
}
</style>
border-color css
<style>
span { border-color: #95DE99; }
span { border-color: rgb(149,222,153); }
td.TdClassName
{
border-color: #95DE99;
}
.TagClassName
{
border-color: #95DE99;
}
</style>