Html Css Color HEX #93DC93 Granny Smith Apple
📋 copy color: '#93DC93'red 147 ◦ green 220 ◦ blue 147
Shades of Granny Smith Apple #93DC93
Tints of Granny Smith Apple #93DC93
RGB
CMYK
RGB Variations
Color information
#93DC93 (or 0x93DC93) is known color: Granny Smith Apple. HEX triplet: 93, DC and 93. RGB value is (147,220,147). Sum of RGB (Red+Green+Blue) = 147+220+147=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DC93 is #6C236C. Grayscale: #BEBEBE. Windows color (decimal): -7086957 or 9690259. OLE color: 9690259.
HSL color Cylindrical-coordinate representation of color #93DC93: hue angle of 120º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DC93 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 220 | 147 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.14 |
| HSL | 120º | 0.51% | 0.72% | - |
| HSV(B) | 120º | 0.33% | 0.86% | - |
| XYZ | 42.89 | 59.5 | 36.83 | - |
| YUV | 189.85 | 103.82 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 147 | 0.33 | 0 | 0.33 | 0.14 | 120 | 0.51 | 0.72 |
| Hex | 93 | DC | 93 | 21 | 0 | 21 | E | 78 | 33 | 48 |
| Octal | 223 | 334 | 223 | 41 | 0 | 41 | 16 | 170 | 63 | 110 |
| Binary | 10010011 | 11011100 | 10010011 | 100001 | 0 | 100001 | 1110 | 1111000 | 110011 | 1001000 |
Color Harmonies of #93DC93
Complementary color
Monochromatic Colors of #93DC93
Black with #93DC93
Text Example
Text Example
White with #93DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DC93; }
p { color: rgb(147,220,147); }
H1.HeaderClassName
{
color: #93DC93;
}
.AnyTagClassName
{
color: #93DC93;
}
</style>
background-color css
<style>
a { background-color: #93DC93; }
a { background-color: rgb(147,220,147); }
div.DivClassName
{
background-color: #93DC93;
}
.BgClassName
{
background-color: #93DC93;
}
</style>
border-color css
<style>
span { border-color: #93DC93; }
span { border-color: rgb(147,220,147); }
td.TdClassName
{
border-color: #93DC93;
}
.TagClassName
{
border-color: #93DC93;
}
</style>