Shades of Yellow Green #93D214
Tints of Yellow Green #93D214
RGB
CMYK
RGB Variations
Color information
#93D214 (or 0x93D214) is known color: Yellow Green. HEX triplet: 93, D2 and 14. RGB value is (147,210,20). Sum of RGB (Red+Green+Blue) = 147+210+20=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 210 (82.42% from 255 or 55.70% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 210 - color contains mainly: green. Hex color #93D214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D214 is #6C2DEB. Grayscale: #AAAAAA. Windows color (decimal): -7089644 or 1364627. OLE color: 1364627.
HSL color Cylindrical-coordinate representation of color #93D214: hue angle of 79.89º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93D214 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 210 | 20 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.18 |
| HSL | 79.89º | 0.83% | 0.45% | - |
| HSV(B) | 79.89º | 0.9% | 0.82% | - |
| XYZ | 35.21 | 52.35 | 8.91 | - |
| YUV | 169.5 | 43.63 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 210 | 20 | 0.30 | 0 | 0.90 | 0.18 | 79.89 | 0.83 | 0.45 |
| Hex | 93 | D2 | 14 | 1E | 0 | 5A | 12 | 50 | 53 | 2D |
| Octal | 223 | 322 | 24 | 36 | 0 | 132 | 22 | 120 | 123 | 55 |
| Binary | 10010011 | 11010010 | 10100 | 11110 | 0 | 1011010 | 10010 | 1010000 | 1010011 | 101101 |
Color Harmonies of #93D214
Complementary color
Monochromatic Colors of #93D214
Black with #93D214
Text Example
Text Example
White with #93D214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D214; }
p { color: rgb(147,210,20); }
H1.HeaderClassName
{
color: #93D214;
}
.AnyTagClassName
{
color: #93D214;
}
</style>
background-color css
<style>
a { background-color: #93D214; }
a { background-color: rgb(147,210,20); }
div.DivClassName
{
background-color: #93D214;
}
.BgClassName
{
background-color: #93D214;
}
</style>
border-color css
<style>
span { border-color: #93D214; }
span { border-color: rgb(147,210,20); }
td.TdClassName
{
border-color: #93D214;
}
.TagClassName
{
border-color: #93D214;
}
</style>