Shades of Kelly Green #3FB513
Tints of Kelly Green #3FB513
RGB
CMYK
RGB Variations
Color information
#3FB513 (or 0x3FB513) is known color: Kelly Green. HEX triplet: 3F, B5 and 13. RGB value is (63,181,19). Sum of RGB (Red+Green+Blue) = 63+181+19=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 181 (71.09% from 255 or 68.82% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 181 - color contains mainly: green. Hex color #3FB513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FB513 is #C04AEC. Grayscale: #7F7F7F. Windows color (decimal): -12602093 or 1291583. OLE color: 1291583.
HSL color Cylindrical-coordinate representation of color #3FB513: hue angle of 103.7º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FB513 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 181 | 19 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.29 |
| HSL | 103.7º | 0.81% | 0.39% | - |
| HSV(B) | 103.7º | 0.9% | 0.71% | - |
| XYZ | 18.69 | 34.15 | 6.22 | - |
| YUV | 127.25 | 66.91 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 181 | 19 | 0.65 | 0 | 0.90 | 0.29 | 103.7 | 0.81 | 0.39 |
| Hex | 3F | B5 | 13 | 41 | 0 | 5A | 1D | 68 | 51 | 27 |
| Octal | 77 | 265 | 23 | 101 | 0 | 132 | 35 | 150 | 121 | 47 |
| Binary | 111111 | 10110101 | 10011 | 1000001 | 0 | 1011010 | 11101 | 1101000 | 1010001 | 100111 |
Color Harmonies of #3FB513
Complementary color
Monochromatic Colors of #3FB513
Black with #3FB513
Text Example
Text Example
White with #3FB513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB513; }
p { color: rgb(63,181,19); }
H1.HeaderClassName
{
color: #3FB513;
}
.AnyTagClassName
{
color: #3FB513;
}
</style>
background-color css
<style>
a { background-color: #3FB513; }
a { background-color: rgb(63,181,19); }
div.DivClassName
{
background-color: #3FB513;
}
.BgClassName
{
background-color: #3FB513;
}
</style>
border-color css
<style>
span { border-color: #3FB513; }
span { border-color: rgb(63,181,19); }
td.TdClassName
{
border-color: #3FB513;
}
.TagClassName
{
border-color: #3FB513;
}
</style>