Html Css Color HEX #93D396 Granny Smith Apple
📋 copy color: '#93D396'red 147 ◦ green 211 ◦ blue 150
Shades of Granny Smith Apple #93D396
Tints of Granny Smith Apple #93D396
RGB
CMYK
RGB Variations
Color information
#93D396 (or 0x93D396) is known color: Granny Smith Apple. HEX triplet: 93, D3 and 96. RGB value is (147,211,150). Sum of RGB (Red+Green+Blue) = 147+211+150=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #93D396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D396 is #6C2C69. Grayscale: #B9B9B9. Windows color (decimal): -7089258 or 9884563. OLE color: 9884563.
HSL color Cylindrical-coordinate representation of color #93D396: hue angle of 122.81º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D396 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 211 | 150 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.17 |
| HSL | 122.81º | 0.42% | 0.7% | - |
| HSV(B) | 122.81º | 0.3% | 0.83% | - |
| XYZ | 40.83 | 54.99 | 37.32 | - |
| YUV | 184.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 211 | 150 | 0.30 | 0 | 0.29 | 0.17 | 122.81 | 0.42 | 0.7 |
| Hex | 93 | D3 | 96 | 1E | 0 | 1D | 11 | 7B | 2A | 46 |
| Octal | 223 | 323 | 226 | 36 | 0 | 35 | 21 | 173 | 52 | 106 |
| Binary | 10010011 | 11010011 | 10010110 | 11110 | 0 | 11101 | 10001 | 1111011 | 101010 | 1000110 |
Color Harmonies of #93D396
Complementary color
Monochromatic Colors of #93D396
Black with #93D396
Text Example
Text Example
White with #93D396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D396; }
p { color: rgb(147,211,150); }
H1.HeaderClassName
{
color: #93D396;
}
.AnyTagClassName
{
color: #93D396;
}
</style>
background-color css
<style>
a { background-color: #93D396; }
a { background-color: rgb(147,211,150); }
div.DivClassName
{
background-color: #93D396;
}
.BgClassName
{
background-color: #93D396;
}
</style>
border-color css
<style>
span { border-color: #93D396; }
span { border-color: rgb(147,211,150); }
td.TdClassName
{
border-color: #93D396;
}
.TagClassName
{
border-color: #93D396;
}
</style>