Html Css Color HEX #93DD96 Granny Smith Apple
📋 copy color: '#93DD96'red 147 ◦ green 221 ◦ blue 150
Shades of Granny Smith Apple #93DD96
Tints of Granny Smith Apple #93DD96
RGB
CMYK
RGB Variations
Color information
#93DD96 (or 0x93DD96) is known color: Granny Smith Apple. HEX triplet: 93, DD and 96. RGB value is (147,221,150). Sum of RGB (Red+Green+Blue) = 147+221+150=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DD96 is #6C2269. Grayscale: #BEBEBE. Windows color (decimal): -7086698 or 9887123. OLE color: 9887123.
HSL color Cylindrical-coordinate representation of color #93DD96: hue angle of 122.43º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DD96 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 150 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.13 |
| HSL | 122.43º | 0.52% | 0.72% | - |
| HSV(B) | 122.43º | 0.33% | 0.87% | - |
| XYZ | 43.39 | 60.12 | 38.17 | - |
| YUV | 190.78 | 104.98 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 150 | 0.33 | 0 | 0.32 | 0.13 | 122.43 | 0.52 | 0.72 |
| Hex | 93 | DD | 96 | 21 | 0 | 20 | D | 7A | 34 | 48 |
| Octal | 223 | 335 | 226 | 41 | 0 | 40 | 15 | 172 | 64 | 110 |
| Binary | 10010011 | 11011101 | 10010110 | 100001 | 0 | 100000 | 1101 | 1111010 | 110100 | 1001000 |
Color Harmonies of #93DD96
Complementary color
Monochromatic Colors of #93DD96
Black with #93DD96
Text Example
Text Example
White with #93DD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DD96; }
p { color: rgb(147,221,150); }
H1.HeaderClassName
{
color: #93DD96;
}
.AnyTagClassName
{
color: #93DD96;
}
</style>
background-color css
<style>
a { background-color: #93DD96; }
a { background-color: rgb(147,221,150); }
div.DivClassName
{
background-color: #93DD96;
}
.BgClassName
{
background-color: #93DD96;
}
</style>
border-color css
<style>
span { border-color: #93DD96; }
span { border-color: rgb(147,221,150); }
td.TdClassName
{
border-color: #93DD96;
}
.TagClassName
{
border-color: #93DD96;
}
</style>