Shades of Kelly Green #3FB613
Tints of Kelly Green #3FB613
RGB
CMYK
RGB Variations
Color information
#3FB613 (or 0x3FB613) is known color: Kelly Green. HEX triplet: 3F, B6 and 13. RGB value is (63,182,19). Sum of RGB (Red+Green+Blue) = 63+182+19=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 182 (71.48% from 255 or 68.94% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 182 - color contains mainly: green. Hex color #3FB613 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FB613 is #C049EC. Grayscale: #808080. Windows color (decimal): -12601837 or 1291839. OLE color: 1291839.
HSL color Cylindrical-coordinate representation of color #3FB613: hue angle of 103.8º 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 #3FB613 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 182 | 19 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.29 |
| HSL | 103.8º | 0.81% | 0.39% | - |
| HSV(B) | 103.8º | 0.9% | 0.71% | - |
| XYZ | 18.9 | 34.56 | 6.29 | - |
| YUV | 127.84 | 66.58 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 182 | 19 | 0.65 | 0 | 0.90 | 0.29 | 103.8 | 0.81 | 0.39 |
| Hex | 3F | B6 | 13 | 41 | 0 | 5A | 1D | 68 | 51 | 27 |
| Octal | 77 | 266 | 23 | 101 | 0 | 132 | 35 | 150 | 121 | 47 |
| Binary | 111111 | 10110110 | 10011 | 1000001 | 0 | 1011010 | 11101 | 1101000 | 1010001 | 100111 |
Color Harmonies of #3FB613
Complementary color
Monochromatic Colors of #3FB613
Black with #3FB613
Text Example
Text Example
White with #3FB613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB613; }
p { color: rgb(63,182,19); }
H1.HeaderClassName
{
color: #3FB613;
}
.AnyTagClassName
{
color: #3FB613;
}
</style>
background-color css
<style>
a { background-color: #3FB613; }
a { background-color: rgb(63,182,19); }
div.DivClassName
{
background-color: #3FB613;
}
.BgClassName
{
background-color: #3FB613;
}
</style>
border-color css
<style>
span { border-color: #3FB613; }
span { border-color: rgb(63,182,19); }
td.TdClassName
{
border-color: #3FB613;
}
.TagClassName
{
border-color: #3FB613;
}
</style>