Shades of Yellow Green #93DD1A
Tints of Yellow Green #93DD1A
RGB
CMYK
RGB Variations
Color information
#93DD1A (or 0x93DD1A) is known color: Yellow Green. HEX triplet: 93, DD and 1A. RGB value is (147,221,26). Sum of RGB (Red+Green+Blue) = 147+221+26=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DD1A is #6C22E5. Grayscale: #B1B1B1. Windows color (decimal): -7086822 or 1760659. OLE color: 1760659.
HSL color Cylindrical-coordinate representation of color #93DD1A: hue angle of 82.77º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93DD1A is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 26 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.13 |
| HSL | 82.77º | 0.79% | 0.48% | - |
| HSV(B) | 82.77º | 0.88% | 0.87% | - |
| XYZ | 38.08 | 57.99 | 10.16 | - |
| YUV | 176.64 | 42.98 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 26 | 0.33 | 0 | 0.88 | 0.13 | 82.77 | 0.79 | 0.48 |
| Hex | 93 | DD | 1A | 21 | 0 | 58 | D | 53 | 4F | 30 |
| Octal | 223 | 335 | 32 | 41 | 0 | 130 | 15 | 123 | 117 | 60 |
| Binary | 10010011 | 11011101 | 11010 | 100001 | 0 | 1011000 | 1101 | 1010011 | 1001111 | 110000 |
Color Harmonies of #93DD1A
Complementary color
Monochromatic Colors of #93DD1A
Black with #93DD1A
Text Example
Text Example
White with #93DD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DD1A; }
p { color: rgb(147,221,26); }
H1.HeaderClassName
{
color: #93DD1A;
}
.AnyTagClassName
{
color: #93DD1A;
}
</style>
background-color css
<style>
a { background-color: #93DD1A; }
a { background-color: rgb(147,221,26); }
div.DivClassName
{
background-color: #93DD1A;
}
.BgClassName
{
background-color: #93DD1A;
}
</style>
border-color css
<style>
span { border-color: #93DD1A; }
span { border-color: rgb(147,221,26); }
td.TdClassName
{
border-color: #93DD1A;
}
.TagClassName
{
border-color: #93DD1A;
}
</style>