Html Css Color HEX #93D68C Granny Smith Apple
📋 copy color: '#93D68C'red 147 ◦ green 214 ◦ blue 140
Shades of Granny Smith Apple #93D68C
Tints of Granny Smith Apple #93D68C
RGB
CMYK
RGB Variations
Color information
#93D68C (or 0x93D68C) is known color: Granny Smith Apple. HEX triplet: 93, D6 and 8C. RGB value is (147,214,140). Sum of RGB (Red+Green+Blue) = 147+214+140=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #93D68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D68C is #6C2973. Grayscale: #B9B9B9. Windows color (decimal): -7088500 or 9229971. OLE color: 9229971.
HSL color Cylindrical-coordinate representation of color #93D68C: hue angle of 114.32º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93D68C is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 214 | 140 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.16 |
| HSL | 114.32º | 0.47% | 0.69% | - |
| HSV(B) | 114.32º | 0.35% | 0.84% | - |
| XYZ | 40.81 | 56.19 | 33.51 | - |
| YUV | 185.53 | 102.3 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 214 | 140 | 0.31 | 0 | 0.35 | 0.16 | 114.32 | 0.47 | 0.69 |
| Hex | 93 | D6 | 8C | 1F | 0 | 23 | 10 | 72 | 2F | 45 |
| Octal | 223 | 326 | 214 | 37 | 0 | 43 | 20 | 162 | 57 | 105 |
| Binary | 10010011 | 11010110 | 10001100 | 11111 | 0 | 100011 | 10000 | 1110010 | 101111 | 1000101 |
Color Harmonies of #93D68C
Complementary color
Monochromatic Colors of #93D68C
Black with #93D68C
Text Example
Text Example
White with #93D68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D68C; }
p { color: rgb(147,214,140); }
H1.HeaderClassName
{
color: #93D68C;
}
.AnyTagClassName
{
color: #93D68C;
}
</style>
background-color css
<style>
a { background-color: #93D68C; }
a { background-color: rgb(147,214,140); }
div.DivClassName
{
background-color: #93D68C;
}
.BgClassName
{
background-color: #93D68C;
}
</style>
border-color css
<style>
span { border-color: #93D68C; }
span { border-color: rgb(147,214,140); }
td.TdClassName
{
border-color: #93D68C;
}
.TagClassName
{
border-color: #93D68C;
}
</style>