Html Css Color HEX #93DD88 Granny Smith Apple
📋 copy color: '#93DD88'red 147 ◦ green 221 ◦ blue 136
Shades of Granny Smith Apple #93DD88
Tints of Granny Smith Apple #93DD88
RGB
CMYK
RGB Variations
Color information
#93DD88 (or 0x93DD88) is known color: Granny Smith Apple. HEX triplet: 93, DD and 88. RGB value is (147,221,136). Sum of RGB (Red+Green+Blue) = 147+221+136=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DD88 is #6C2277. Grayscale: #BDBDBD. Windows color (decimal): -7086712 or 8969619. OLE color: 8969619.
HSL color Cylindrical-coordinate representation of color #93DD88: hue angle of 112.24º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93DD88 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 136 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.13 |
| HSL | 112.24º | 0.56% | 0.7% | - |
| HSV(B) | 112.24º | 0.38% | 0.87% | - |
| XYZ | 42.33 | 59.69 | 32.58 | - |
| YUV | 189.18 | 97.98 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 136 | 0.33 | 0 | 0.38 | 0.13 | 112.24 | 0.56 | 0.7 |
| Hex | 93 | DD | 88 | 21 | 0 | 26 | D | 70 | 38 | 46 |
| Octal | 223 | 335 | 210 | 41 | 0 | 46 | 15 | 160 | 70 | 106 |
| Binary | 10010011 | 11011101 | 10001000 | 100001 | 0 | 100110 | 1101 | 1110000 | 111000 | 1000110 |
Color Harmonies of #93DD88
Complementary color
Monochromatic Colors of #93DD88
Black with #93DD88
Text Example
Text Example
White with #93DD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DD88; }
p { color: rgb(147,221,136); }
H1.HeaderClassName
{
color: #93DD88;
}
.AnyTagClassName
{
color: #93DD88;
}
</style>
background-color css
<style>
a { background-color: #93DD88; }
a { background-color: rgb(147,221,136); }
div.DivClassName
{
background-color: #93DD88;
}
.BgClassName
{
background-color: #93DD88;
}
</style>
border-color css
<style>
span { border-color: #93DD88; }
span { border-color: rgb(147,221,136); }
td.TdClassName
{
border-color: #93DD88;
}
.TagClassName
{
border-color: #93DD88;
}
</style>