Shades of Kelly Green #3BAE16
Tints of Kelly Green #3BAE16
RGB
CMYK
RGB Variations
Color information
#3BAE16 (or 0x3BAE16) is known color: Kelly Green. HEX triplet: 3B, AE and 16. RGB value is (59,174,22). Sum of RGB (Red+Green+Blue) = 59+174+22=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 174 (68.36% from 255 or 68.24% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BAE16 is #C451E9. Grayscale: #7A7A7A. Windows color (decimal): -12866026 or 1486395. OLE color: 1486395.
HSL color Cylindrical-coordinate representation of color #3BAE16: hue angle of 105.39º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3BAE16 is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 22 | - |
| CMYK | 0.66 | 0 | 0.87 | 0.32 |
| HSL | 105.39º | 0.78% | 0.38% | - |
| HSV(B) | 105.39º | 0.87% | 0.68% | - |
| XYZ | 17.08 | 31.26 | 5.89 | - |
| YUV | 122.29 | 71.4 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 22 | 0.66 | 0 | 0.87 | 0.32 | 105.39 | 0.78 | 0.38 |
| Hex | 3B | AE | 16 | 42 | 0 | 57 | 20 | 69 | 4E | 26 |
| Octal | 73 | 256 | 26 | 102 | 0 | 127 | 40 | 151 | 116 | 46 |
| Binary | 111011 | 10101110 | 10110 | 1000010 | 0 | 1010111 | 100000 | 1101001 | 1001110 | 100110 |
Color Harmonies of #3BAE16
Complementary color
Monochromatic Colors of #3BAE16
Black with #3BAE16
Text Example
Text Example
White with #3BAE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE16; }
p { color: rgb(59,174,22); }
H1.HeaderClassName
{
color: #3BAE16;
}
.AnyTagClassName
{
color: #3BAE16;
}
</style>
background-color css
<style>
a { background-color: #3BAE16; }
a { background-color: rgb(59,174,22); }
div.DivClassName
{
background-color: #3BAE16;
}
.BgClassName
{
background-color: #3BAE16;
}
</style>
border-color css
<style>
span { border-color: #3BAE16; }
span { border-color: rgb(59,174,22); }
td.TdClassName
{
border-color: #3BAE16;
}
.TagClassName
{
border-color: #3BAE16;
}
</style>