Html Css Color HEX #93DD85 Granny Smith Apple
📋 copy color: '#93DD85'red 147 ◦ green 221 ◦ blue 133
Shades of Granny Smith Apple #93DD85
Tints of Granny Smith Apple #93DD85
RGB
CMYK
RGB Variations
Color information
#93DD85 (or 0x93DD85) is known color: Granny Smith Apple. HEX triplet: 93, DD and 85. RGB value is (147,221,133). Sum of RGB (Red+Green+Blue) = 147+221+133=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DD85 is #6C227A. Grayscale: #BDBDBD. Windows color (decimal): -7086715 or 8773011. OLE color: 8773011.
HSL color Cylindrical-coordinate representation of color #93DD85: hue angle of 110.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93DD85 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 133 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.13 |
| HSL | 110.45º | 0.56% | 0.69% | - |
| HSV(B) | 110.45º | 0.4% | 0.87% | - |
| XYZ | 42.12 | 59.61 | 31.48 | - |
| YUV | 188.84 | 96.48 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 133 | 0.33 | 0 | 0.40 | 0.13 | 110.45 | 0.56 | 0.69 |
| Hex | 93 | DD | 85 | 21 | 0 | 28 | D | 6E | 38 | 45 |
| Octal | 223 | 335 | 205 | 41 | 0 | 50 | 15 | 156 | 70 | 105 |
| Binary | 10010011 | 11011101 | 10000101 | 100001 | 0 | 101000 | 1101 | 1101110 | 111000 | 1000101 |
Color Harmonies of #93DD85
Complementary color
Monochromatic Colors of #93DD85
Black with #93DD85
Text Example
Text Example
White with #93DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DD85; }
p { color: rgb(147,221,133); }
H1.HeaderClassName
{
color: #93DD85;
}
.AnyTagClassName
{
color: #93DD85;
}
</style>
background-color css
<style>
a { background-color: #93DD85; }
a { background-color: rgb(147,221,133); }
div.DivClassName
{
background-color: #93DD85;
}
.BgClassName
{
background-color: #93DD85;
}
</style>
border-color css
<style>
span { border-color: #93DD85; }
span { border-color: rgb(147,221,133); }
td.TdClassName
{
border-color: #93DD85;
}
.TagClassName
{
border-color: #93DD85;
}
</style>