Shades of Kelly Green #3FA415
Tints of Kelly Green #3FA415
RGB
CMYK
RGB Variations
Color information
#3FA415 (or 0x3FA415) is known color: Kelly Green. HEX triplet: 3F, A4 and 15. RGB value is (63,164,21). Sum of RGB (Red+Green+Blue) = 63+164+21=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 164 (64.45% from 255 or 66.13% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA415 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA415 is #C05BEA. Grayscale: #757575. Windows color (decimal): -12606443 or 1418303. OLE color: 1418303.
HSL color Cylindrical-coordinate representation of color #3FA415: hue angle of 102.38º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3FA415 is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 164 | 21 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.36 |
| HSL | 102.38º | 0.77% | 0.36% | - |
| HSV(B) | 102.38º | 0.87% | 0.64% | - |
| XYZ | 15.46 | 27.66 | 5.23 | - |
| YUV | 117.5 | 73.54 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 164 | 21 | 0.62 | 0 | 0.87 | 0.36 | 102.38 | 0.77 | 0.36 |
| Hex | 3F | A4 | 15 | 3E | 0 | 57 | 24 | 66 | 4D | 24 |
| Octal | 77 | 244 | 25 | 76 | 0 | 127 | 44 | 146 | 115 | 44 |
| Binary | 111111 | 10100100 | 10101 | 111110 | 0 | 1010111 | 100100 | 1100110 | 1001101 | 100100 |
Color Harmonies of #3FA415
Complementary color
Monochromatic Colors of #3FA415
Black with #3FA415
Text Example
Text Example
White with #3FA415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA415; }
p { color: rgb(63,164,21); }
H1.HeaderClassName
{
color: #3FA415;
}
.AnyTagClassName
{
color: #3FA415;
}
</style>
background-color css
<style>
a { background-color: #3FA415; }
a { background-color: rgb(63,164,21); }
div.DivClassName
{
background-color: #3FA415;
}
.BgClassName
{
background-color: #3FA415;
}
</style>
border-color css
<style>
span { border-color: #3FA415; }
span { border-color: rgb(63,164,21); }
td.TdClassName
{
border-color: #3FA415;
}
.TagClassName
{
border-color: #3FA415;
}
</style>