Shades of Kelly Green #3AD90B
Tints of Kelly Green #3AD90B
RGB
CMYK
RGB Variations
Color information
#3AD90B (or 0x3AD90B) is known color: Kelly Green. HEX triplet: 3A, D9 and 0B. RGB value is (58,217,11). Sum of RGB (Red+Green+Blue) = 58+217+11=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 217 (85.16% from 255 or 75.87% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD90B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD90B is #C526F4. Grayscale: #929292. Windows color (decimal): -12920565 or 776506. OLE color: 776506.
HSL color Cylindrical-coordinate representation of color #3AD90B: hue angle of 106.31º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AD90B is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 11 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.15 |
| HSL | 106.31º | 0.9% | 0.45% | - |
| HSV(B) | 106.31º | 0.95% | 0.85% | - |
| XYZ | 26.62 | 50.55 | 8.67 | - |
| YUV | 145.98 | 51.82 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 11 | 0.73 | 0 | 0.95 | 0.15 | 106.31 | 0.9 | 0.45 |
| Hex | 3A | D9 | B | 49 | 0 | 5F | F | 6A | 5A | 2D |
| Octal | 72 | 331 | 13 | 111 | 0 | 137 | 17 | 152 | 132 | 55 |
| Binary | 111010 | 11011001 | 1011 | 1001001 | 0 | 1011111 | 1111 | 1101010 | 1011010 | 101101 |
Color Harmonies of #3AD90B
Complementary color
Monochromatic Colors of #3AD90B
Black with #3AD90B
Text Example
Text Example
White with #3AD90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD90B; }
p { color: rgb(58,217,11); }
H1.HeaderClassName
{
color: #3AD90B;
}
.AnyTagClassName
{
color: #3AD90B;
}
</style>
background-color css
<style>
a { background-color: #3AD90B; }
a { background-color: rgb(58,217,11); }
div.DivClassName
{
background-color: #3AD90B;
}
.BgClassName
{
background-color: #3AD90B;
}
</style>
border-color css
<style>
span { border-color: #3AD90B; }
span { border-color: rgb(58,217,11); }
td.TdClassName
{
border-color: #3AD90B;
}
.TagClassName
{
border-color: #3AD90B;
}
</style>