Shades of Yellow Green #93D414
Tints of Yellow Green #93D414
RGB
CMYK
RGB Variations
Color information
#93D414 (or 0x93D414) is known color: Yellow Green. HEX triplet: 93, D4 and 14. RGB value is (147,212,20). Sum of RGB (Red+Green+Blue) = 147+212+20=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 212 (83.20% from 255 or 55.94% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 212 - color contains mainly: green. Hex color #93D414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D414 is #6C2BEB. Grayscale: #ABABAB. Windows color (decimal): -7089132 or 1365139. OLE color: 1365139.
HSL color Cylindrical-coordinate representation of color #93D414: hue angle of 80.31º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93D414 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 212 | 20 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.17 |
| HSL | 80.31º | 0.83% | 0.45% | - |
| HSV(B) | 80.31º | 0.91% | 0.83% | - |
| XYZ | 35.7 | 53.34 | 9.08 | - |
| YUV | 170.68 | 42.97 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 212 | 20 | 0.31 | 0 | 0.91 | 0.17 | 80.31 | 0.83 | 0.45 |
| Hex | 93 | D4 | 14 | 1F | 0 | 5B | 11 | 50 | 53 | 2D |
| Octal | 223 | 324 | 24 | 37 | 0 | 133 | 21 | 120 | 123 | 55 |
| Binary | 10010011 | 11010100 | 10100 | 11111 | 0 | 1011011 | 10001 | 1010000 | 1010011 | 101101 |
Color Harmonies of #93D414
Complementary color
Monochromatic Colors of #93D414
Black with #93D414
Text Example
Text Example
White with #93D414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D414; }
p { color: rgb(147,212,20); }
H1.HeaderClassName
{
color: #93D414;
}
.AnyTagClassName
{
color: #93D414;
}
</style>
background-color css
<style>
a { background-color: #93D414; }
a { background-color: rgb(147,212,20); }
div.DivClassName
{
background-color: #93D414;
}
.BgClassName
{
background-color: #93D414;
}
</style>
border-color css
<style>
span { border-color: #93D414; }
span { border-color: rgb(147,212,20); }
td.TdClassName
{
border-color: #93D414;
}
.TagClassName
{
border-color: #93D414;
}
</style>