Html Css Color HEX #93DC94 Granny Smith Apple
📋 copy color: '#93DC94'red 147 ◦ green 220 ◦ blue 148
Shades of Granny Smith Apple #93DC94
Tints of Granny Smith Apple #93DC94
RGB
CMYK
RGB Variations
Color information
#93DC94 (or 0x93DC94) is known color: Granny Smith Apple. HEX triplet: 93, DC and 94. RGB value is (147,220,148). Sum of RGB (Red+Green+Blue) = 147+220+148=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DC94 is #6C236B. Grayscale: #BEBEBE. Windows color (decimal): -7086956 or 9755795. OLE color: 9755795.
HSL color Cylindrical-coordinate representation of color #93DC94: hue angle of 120.82º 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 #93DC94 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 220 | 148 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.14 |
| HSL | 120.82º | 0.51% | 0.72% | - |
| HSV(B) | 120.82º | 0.33% | 0.86% | - |
| XYZ | 42.97 | 59.53 | 37.24 | - |
| YUV | 189.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 148 | 0.33 | 0 | 0.33 | 0.14 | 120.82 | 0.51 | 0.72 |
| Hex | 93 | DC | 94 | 21 | 0 | 21 | E | 79 | 33 | 48 |
| Octal | 223 | 334 | 224 | 41 | 0 | 41 | 16 | 171 | 63 | 110 |
| Binary | 10010011 | 11011100 | 10010100 | 100001 | 0 | 100001 | 1110 | 1111001 | 110011 | 1001000 |
Color Harmonies of #93DC94
Complementary color
Monochromatic Colors of #93DC94
Black with #93DC94
Text Example
Text Example
White with #93DC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DC94; }
p { color: rgb(147,220,148); }
H1.HeaderClassName
{
color: #93DC94;
}
.AnyTagClassName
{
color: #93DC94;
}
</style>
background-color css
<style>
a { background-color: #93DC94; }
a { background-color: rgb(147,220,148); }
div.DivClassName
{
background-color: #93DC94;
}
.BgClassName
{
background-color: #93DC94;
}
</style>
border-color css
<style>
span { border-color: #93DC94; }
span { border-color: rgb(147,220,148); }
td.TdClassName
{
border-color: #93DC94;
}
.TagClassName
{
border-color: #93DC94;
}
</style>