Shades of Kelly Green #3AB510
Tints of Kelly Green #3AB510
RGB
CMYK
RGB Variations
Color information
#3AB510 (or 0x3AB510) is known color: Kelly Green. HEX triplet: 3A, B5 and 10. RGB value is (58,181,16). Sum of RGB (Red+Green+Blue) = 58+181+16=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 181 (71.09% from 255 or 70.98% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 181 - color contains mainly: green. Hex color #3AB510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AB510 is #C54AEF. Grayscale: #7D7D7D. Windows color (decimal): -12929776 or 1094970. OLE color: 1094970.
HSL color Cylindrical-coordinate representation of color #3AB510: hue angle of 104.73º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AB510 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 181 | 16 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.29 |
| HSL | 104.73º | 0.84% | 0.39% | - |
| HSV(B) | 104.73º | 0.91% | 0.71% | - |
| XYZ | 18.36 | 33.98 | 6.08 | - |
| YUV | 125.41 | 66.25 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 181 | 16 | 0.68 | 0 | 0.91 | 0.29 | 104.73 | 0.84 | 0.39 |
| Hex | 3A | B5 | 10 | 44 | 0 | 5B | 1D | 69 | 54 | 27 |
| Octal | 72 | 265 | 20 | 104 | 0 | 133 | 35 | 151 | 124 | 47 |
| Binary | 111010 | 10110101 | 10000 | 1000100 | 0 | 1011011 | 11101 | 1101001 | 1010100 | 100111 |
Color Harmonies of #3AB510
Complementary color
Monochromatic Colors of #3AB510
Black with #3AB510
Text Example
Text Example
White with #3AB510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB510; }
p { color: rgb(58,181,16); }
H1.HeaderClassName
{
color: #3AB510;
}
.AnyTagClassName
{
color: #3AB510;
}
</style>
background-color css
<style>
a { background-color: #3AB510; }
a { background-color: rgb(58,181,16); }
div.DivClassName
{
background-color: #3AB510;
}
.BgClassName
{
background-color: #3AB510;
}
</style>
border-color css
<style>
span { border-color: #3AB510; }
span { border-color: rgb(58,181,16); }
td.TdClassName
{
border-color: #3AB510;
}
.TagClassName
{
border-color: #3AB510;
}
</style>