Shades of Kelly Green #3FAC13
Tints of Kelly Green #3FAC13
RGB
CMYK
RGB Variations
Color information
#3FAC13 (or 0x3FAC13) is known color: Kelly Green. HEX triplet: 3F, AC and 13. RGB value is (63,172,19). Sum of RGB (Red+Green+Blue) = 63+172+19=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 172 (67.58% from 255 or 67.72% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FAC13 is #C053EC. Grayscale: #7A7A7A. Windows color (decimal): -12604397 or 1289279. OLE color: 1289279.
HSL color Cylindrical-coordinate representation of color #3FAC13: hue angle of 102.75º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3FAC13 is Cyan = 0.63, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 19 | - |
| CMYK | 0.63 | 0 | 0.89 | 0.33 |
| HSL | 102.75º | 0.8% | 0.37% | - |
| HSV(B) | 102.75º | 0.89% | 0.67% | - |
| XYZ | 16.92 | 30.61 | 5.63 | - |
| YUV | 121.97 | 69.89 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 19 | 0.63 | 0 | 0.89 | 0.33 | 102.75 | 0.8 | 0.37 |
| Hex | 3F | AC | 13 | 3F | 0 | 59 | 21 | 67 | 50 | 25 |
| Octal | 77 | 254 | 23 | 77 | 0 | 131 | 41 | 147 | 120 | 45 |
| Binary | 111111 | 10101100 | 10011 | 111111 | 0 | 1011001 | 100001 | 1100111 | 1010000 | 100101 |
Color Harmonies of #3FAC13
Complementary color
Monochromatic Colors of #3FAC13
Black with #3FAC13
Text Example
Text Example
White with #3FAC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC13; }
p { color: rgb(63,172,19); }
H1.HeaderClassName
{
color: #3FAC13;
}
.AnyTagClassName
{
color: #3FAC13;
}
</style>
background-color css
<style>
a { background-color: #3FAC13; }
a { background-color: rgb(63,172,19); }
div.DivClassName
{
background-color: #3FAC13;
}
.BgClassName
{
background-color: #3FAC13;
}
</style>
border-color css
<style>
span { border-color: #3FAC13; }
span { border-color: rgb(63,172,19); }
td.TdClassName
{
border-color: #3FAC13;
}
.TagClassName
{
border-color: #3FAC13;
}
</style>