Html Css Color HEX #93D78C Granny Smith Apple
📋 copy color: '#93D78C'red 147 ◦ green 215 ◦ blue 140
Shades of Granny Smith Apple #93D78C
Tints of Granny Smith Apple #93D78C
RGB
CMYK
RGB Variations
Color information
#93D78C (or 0x93D78C) is known color: Granny Smith Apple. HEX triplet: 93, D7 and 8C. RGB value is (147,215,140). Sum of RGB (Red+Green+Blue) = 147+215+140=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #93D78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D78C is #6C2873. Grayscale: #BABABA. Windows color (decimal): -7088244 or 9230227. OLE color: 9230227.
HSL color Cylindrical-coordinate representation of color #93D78C: hue angle of 114.4º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93D78C is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 215 | 140 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.16 |
| HSL | 114.4º | 0.48% | 0.7% | - |
| HSV(B) | 114.4º | 0.35% | 0.84% | - |
| XYZ | 41.07 | 56.7 | 33.59 | - |
| YUV | 186.12 | 101.97 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 215 | 140 | 0.32 | 0 | 0.35 | 0.16 | 114.4 | 0.48 | 0.7 |
| Hex | 93 | D7 | 8C | 20 | 0 | 23 | 10 | 72 | 30 | 46 |
| Octal | 223 | 327 | 214 | 40 | 0 | 43 | 20 | 162 | 60 | 106 |
| Binary | 10010011 | 11010111 | 10001100 | 100000 | 0 | 100011 | 10000 | 1110010 | 110000 | 1000110 |
Color Harmonies of #93D78C
Complementary color
Monochromatic Colors of #93D78C
Black with #93D78C
Text Example
Text Example
White with #93D78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D78C; }
p { color: rgb(147,215,140); }
H1.HeaderClassName
{
color: #93D78C;
}
.AnyTagClassName
{
color: #93D78C;
}
</style>
background-color css
<style>
a { background-color: #93D78C; }
a { background-color: rgb(147,215,140); }
div.DivClassName
{
background-color: #93D78C;
}
.BgClassName
{
background-color: #93D78C;
}
</style>
border-color css
<style>
span { border-color: #93D78C; }
span { border-color: rgb(147,215,140); }
td.TdClassName
{
border-color: #93D78C;
}
.TagClassName
{
border-color: #93D78C;
}
</style>