Shades of Yellow Green #93DC2A
Tints of Yellow Green #93DC2A
RGB
CMYK
RGB Variations
Color information
#93DC2A (or 0x93DC2A) is known color: Yellow Green. HEX triplet: 93, DC and 2A. RGB value is (147,220,42). Sum of RGB (Red+Green+Blue) = 147+220+42=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DC2A is #6C23D5. Grayscale: #B2B2B2. Windows color (decimal): -7087062 or 2808979. OLE color: 2808979.
HSL color Cylindrical-coordinate representation of color #93DC2A: hue angle of 84.61º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #93DC2A is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 220 | 42 | - |
| CMYK | 0.33 | 0 | 0.81 | 0.14 |
| HSL | 84.61º | 0.72% | 0.51% | - |
| HSV(B) | 84.61º | 0.81% | 0.86% | - |
| XYZ | 38.04 | 57.56 | 11.29 | - |
| YUV | 177.88 | 51.32 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 42 | 0.33 | 0 | 0.81 | 0.14 | 84.61 | 0.72 | 0.51 |
| Hex | 93 | DC | 2A | 21 | 0 | 51 | E | 55 | 48 | 33 |
| Octal | 223 | 334 | 52 | 41 | 0 | 121 | 16 | 125 | 110 | 63 |
| Binary | 10010011 | 11011100 | 101010 | 100001 | 0 | 1010001 | 1110 | 1010101 | 1001000 | 110011 |
Color Harmonies of #93DC2A
Complementary color
Monochromatic Colors of #93DC2A
Black with #93DC2A
Text Example
Text Example
White with #93DC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DC2A; }
p { color: rgb(147,220,42); }
H1.HeaderClassName
{
color: #93DC2A;
}
.AnyTagClassName
{
color: #93DC2A;
}
</style>
background-color css
<style>
a { background-color: #93DC2A; }
a { background-color: rgb(147,220,42); }
div.DivClassName
{
background-color: #93DC2A;
}
.BgClassName
{
background-color: #93DC2A;
}
</style>
border-color css
<style>
span { border-color: #93DC2A; }
span { border-color: rgb(147,220,42); }
td.TdClassName
{
border-color: #93DC2A;
}
.TagClassName
{
border-color: #93DC2A;
}
</style>