Html Css Color HEX #93DD94 Granny Smith Apple
📋 copy color: '#93DD94'red 147 ◦ green 221 ◦ blue 148
Shades of Granny Smith Apple #93DD94
Tints of Granny Smith Apple #93DD94
RGB
CMYK
RGB Variations
Color information
#93DD94 (or 0x93DD94) is known color: Granny Smith Apple. HEX triplet: 93, DD and 94. RGB value is (147,221,148). Sum of RGB (Red+Green+Blue) = 147+221+148=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DD94 is #6C226B. Grayscale: #BEBEBE. Windows color (decimal): -7086700 or 9756051. OLE color: 9756051.
HSL color Cylindrical-coordinate representation of color #93DD94: hue angle of 120.81º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DD94 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 148 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.13 |
| HSL | 120.81º | 0.52% | 0.72% | - |
| HSV(B) | 120.81º | 0.33% | 0.87% | - |
| XYZ | 43.23 | 60.05 | 37.33 | - |
| YUV | 190.55 | 103.98 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 148 | 0.33 | 0 | 0.33 | 0.13 | 120.81 | 0.52 | 0.72 |
| Hex | 93 | DD | 94 | 21 | 0 | 21 | D | 79 | 34 | 48 |
| Octal | 223 | 335 | 224 | 41 | 0 | 41 | 15 | 171 | 64 | 110 |
| Binary | 10010011 | 11011101 | 10010100 | 100001 | 0 | 100001 | 1101 | 1111001 | 110100 | 1001000 |
Color Harmonies of #93DD94
Complementary color
Monochromatic Colors of #93DD94
Black with #93DD94
Text Example
Text Example
White with #93DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DD94; }
p { color: rgb(147,221,148); }
H1.HeaderClassName
{
color: #93DD94;
}
.AnyTagClassName
{
color: #93DD94;
}
</style>
background-color css
<style>
a { background-color: #93DD94; }
a { background-color: rgb(147,221,148); }
div.DivClassName
{
background-color: #93DD94;
}
.BgClassName
{
background-color: #93DD94;
}
</style>
border-color css
<style>
span { border-color: #93DD94; }
span { border-color: rgb(147,221,148); }
td.TdClassName
{
border-color: #93DD94;
}
.TagClassName
{
border-color: #93DD94;
}
</style>