Html Css Color HEX #93E085 Granny Smith Apple
📋 copy color: '#93E085'red 147 ◦ green 224 ◦ blue 133
Shades of Granny Smith Apple #93E085
Tints of Granny Smith Apple #93E085
RGB
CMYK
RGB Variations
Color information
#93E085 (or 0x93E085) is known color: Granny Smith Apple. HEX triplet: 93, E0 and 85. RGB value is (147,224,133). Sum of RGB (Red+Green+Blue) = 147+224+133=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #93E085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93E085 is #6C1F7A. Grayscale: #BEBEBE. Windows color (decimal): -7085947 or 8773779. OLE color: 8773779.
HSL color Cylindrical-coordinate representation of color #93E085: hue angle of 110.77º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93E085 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 224 | 133 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.12 |
| HSL | 110.77º | 0.59% | 0.7% | - |
| HSV(B) | 110.77º | 0.41% | 0.88% | - |
| XYZ | 42.92 | 61.21 | 31.74 | - |
| YUV | 190.6 | 95.49 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 224 | 133 | 0.34 | 0 | 0.41 | 0.12 | 110.77 | 0.59 | 0.7 |
| Hex | 93 | E0 | 85 | 22 | 0 | 29 | C | 6F | 3B | 46 |
| Octal | 223 | 340 | 205 | 42 | 0 | 51 | 14 | 157 | 73 | 106 |
| Binary | 10010011 | 11100000 | 10000101 | 100010 | 0 | 101001 | 1100 | 1101111 | 111011 | 1000110 |
Color Harmonies of #93E085
Complementary color
Monochromatic Colors of #93E085
Black with #93E085
Text Example
Text Example
White with #93E085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E085; }
p { color: rgb(147,224,133); }
H1.HeaderClassName
{
color: #93E085;
}
.AnyTagClassName
{
color: #93E085;
}
</style>
background-color css
<style>
a { background-color: #93E085; }
a { background-color: rgb(147,224,133); }
div.DivClassName
{
background-color: #93E085;
}
.BgClassName
{
background-color: #93E085;
}
</style>
border-color css
<style>
span { border-color: #93E085; }
span { border-color: rgb(147,224,133); }
td.TdClassName
{
border-color: #93E085;
}
.TagClassName
{
border-color: #93E085;
}
</style>