Shades of Kelly Green #3FB516
Tints of Kelly Green #3FB516
RGB
CMYK
RGB Variations
Color information
#3FB516 (or 0x3FB516) is known color: Kelly Green. HEX triplet: 3F, B5 and 16. RGB value is (63,181,22). Sum of RGB (Red+Green+Blue) = 63+181+22=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 181 (71.09% from 255 or 68.05% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 181 - color contains mainly: green. Hex color #3FB516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FB516 is #C04AE9. Grayscale: #808080. Windows color (decimal): -12602090 or 1488191. OLE color: 1488191.
HSL color Cylindrical-coordinate representation of color #3FB516: hue angle of 104.53º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3FB516 is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 181 | 22 | - |
| CMYK | 0.65 | 0 | 0.88 | 0.29 |
| HSL | 104.53º | 0.78% | 0.4% | - |
| HSV(B) | 104.53º | 0.88% | 0.71% | - |
| XYZ | 18.72 | 34.16 | 6.37 | - |
| YUV | 127.59 | 68.41 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 181 | 22 | 0.65 | 0 | 0.88 | 0.29 | 104.53 | 0.78 | 0.4 |
| Hex | 3F | B5 | 16 | 41 | 0 | 58 | 1D | 69 | 4E | 28 |
| Octal | 77 | 265 | 26 | 101 | 0 | 130 | 35 | 151 | 116 | 50 |
| Binary | 111111 | 10110101 | 10110 | 1000001 | 0 | 1011000 | 11101 | 1101001 | 1001110 | 101000 |
Color Harmonies of #3FB516
Complementary color
Monochromatic Colors of #3FB516
Black with #3FB516
Text Example
Text Example
White with #3FB516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB516; }
p { color: rgb(63,181,22); }
H1.HeaderClassName
{
color: #3FB516;
}
.AnyTagClassName
{
color: #3FB516;
}
</style>
background-color css
<style>
a { background-color: #3FB516; }
a { background-color: rgb(63,181,22); }
div.DivClassName
{
background-color: #3FB516;
}
.BgClassName
{
background-color: #3FB516;
}
</style>
border-color css
<style>
span { border-color: #3FB516; }
span { border-color: rgb(63,181,22); }
td.TdClassName
{
border-color: #3FB516;
}
.TagClassName
{
border-color: #3FB516;
}
</style>