Shades of Yellow Green #93D416
Tints of Yellow Green #93D416
RGB
CMYK
RGB Variations
Color information
#93D416 (or 0x93D416) is known color: Yellow Green. HEX triplet: 93, D4 and 16. RGB value is (147,212,22). Sum of RGB (Red+Green+Blue) = 147+212+22=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 212 (83.20% from 255 or 55.64% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 212 - color contains mainly: green. Hex color #93D416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D416 is #6C2BE9. Grayscale: #ABABAB. Windows color (decimal): -7089130 or 1496211. OLE color: 1496211.
HSL color Cylindrical-coordinate representation of color #93D416: hue angle of 80.53º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93D416 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 212 | 22 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.17 |
| HSL | 80.53º | 0.81% | 0.46% | - |
| HSV(B) | 80.53º | 0.9% | 0.83% | - |
| XYZ | 35.72 | 53.35 | 9.17 | - |
| YUV | 170.91 | 43.97 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 212 | 22 | 0.31 | 0 | 0.90 | 0.17 | 80.53 | 0.81 | 0.46 |
| Hex | 93 | D4 | 16 | 1F | 0 | 5A | 11 | 51 | 51 | 2E |
| Octal | 223 | 324 | 26 | 37 | 0 | 132 | 21 | 121 | 121 | 56 |
| Binary | 10010011 | 11010100 | 10110 | 11111 | 0 | 1011010 | 10001 | 1010001 | 1010001 | 101110 |
Color Harmonies of #93D416
Complementary color
Monochromatic Colors of #93D416
Black with #93D416
Text Example
Text Example
White with #93D416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D416; }
p { color: rgb(147,212,22); }
H1.HeaderClassName
{
color: #93D416;
}
.AnyTagClassName
{
color: #93D416;
}
</style>
background-color css
<style>
a { background-color: #93D416; }
a { background-color: rgb(147,212,22); }
div.DivClassName
{
background-color: #93D416;
}
.BgClassName
{
background-color: #93D416;
}
</style>
border-color css
<style>
span { border-color: #93D416; }
span { border-color: rgb(147,212,22); }
td.TdClassName
{
border-color: #93D416;
}
.TagClassName
{
border-color: #93D416;
}
</style>