Shades of Kelly Green #3BAD0F
Tints of Kelly Green #3BAD0F
RGB
CMYK
RGB Variations
Color information
#3BAD0F (or 0x3BAD0F) is known color: Kelly Green. HEX triplet: 3B, AD and 0F. RGB value is (59,173,15). Sum of RGB (Red+Green+Blue) = 59+173+15=247 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.89% from 247); Green value is 173 (67.97% from 255 or 70.04% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 173 - color contains mainly: green. Hex color #3BAD0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BAD0F is #C452F0. Grayscale: #797979. Windows color (decimal): -12866289 or 1027387. OLE color: 1027387.
HSL color Cylindrical-coordinate representation of color #3BAD0F: hue angle of 103.29º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BAD0F is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 173 | 15 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.32 |
| HSL | 103.29º | 0.84% | 0.37% | - |
| HSV(B) | 103.29º | 0.91% | 0.68% | - |
| XYZ | 16.83 | 30.85 | 5.52 | - |
| YUV | 120.9 | 68.23 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 173 | 15 | 0.66 | 0 | 0.91 | 0.32 | 103.29 | 0.84 | 0.37 |
| Hex | 3B | AD | F | 42 | 0 | 5B | 20 | 67 | 54 | 25 |
| Octal | 73 | 255 | 17 | 102 | 0 | 133 | 40 | 147 | 124 | 45 |
| Binary | 111011 | 10101101 | 1111 | 1000010 | 0 | 1011011 | 100000 | 1100111 | 1010100 | 100101 |
Color Harmonies of #3BAD0F
Complementary color
Monochromatic Colors of #3BAD0F
Black with #3BAD0F
Text Example
Text Example
White with #3BAD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAD0F; }
p { color: rgb(59,173,15); }
H1.HeaderClassName
{
color: #3BAD0F;
}
.AnyTagClassName
{
color: #3BAD0F;
}
</style>
background-color css
<style>
a { background-color: #3BAD0F; }
a { background-color: rgb(59,173,15); }
div.DivClassName
{
background-color: #3BAD0F;
}
.BgClassName
{
background-color: #3BAD0F;
}
</style>
border-color css
<style>
span { border-color: #3BAD0F; }
span { border-color: rgb(59,173,15); }
td.TdClassName
{
border-color: #3BAD0F;
}
.TagClassName
{
border-color: #3BAD0F;
}
</style>