Shades of Kelly Green #3FAC0D
Tints of Kelly Green #3FAC0D
RGB
CMYK
RGB Variations
Color information
#3FAC0D (or 0x3FAC0D) is known color: Kelly Green. HEX triplet: 3F, AC and 0D. RGB value is (63,172,13). Sum of RGB (Red+Green+Blue) = 63+172+13=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 172 (67.58% from 255 or 69.35% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FAC0D is #C053F2. Grayscale: #797979. Windows color (decimal): -12604403 or 896063. OLE color: 896063.
HSL color Cylindrical-coordinate representation of color #3FAC0D: hue angle of 101.13º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FAC0D is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 13 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.33 |
| HSL | 101.13º | 0.86% | 0.36% | - |
| HSV(B) | 101.13º | 0.92% | 0.67% | - |
| XYZ | 16.88 | 30.59 | 5.4 | - |
| YUV | 121.28 | 66.89 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 13 | 0.63 | 0 | 0.92 | 0.33 | 101.13 | 0.86 | 0.36 |
| Hex | 3F | AC | D | 3F | 0 | 5C | 21 | 65 | 56 | 24 |
| Octal | 77 | 254 | 15 | 77 | 0 | 134 | 41 | 145 | 126 | 44 |
| Binary | 111111 | 10101100 | 1101 | 111111 | 0 | 1011100 | 100001 | 1100101 | 1010110 | 100100 |
Color Harmonies of #3FAC0D
Complementary color
Monochromatic Colors of #3FAC0D
Black with #3FAC0D
Text Example
Text Example
White with #3FAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC0D; }
p { color: rgb(63,172,13); }
H1.HeaderClassName
{
color: #3FAC0D;
}
.AnyTagClassName
{
color: #3FAC0D;
}
</style>
background-color css
<style>
a { background-color: #3FAC0D; }
a { background-color: rgb(63,172,13); }
div.DivClassName
{
background-color: #3FAC0D;
}
.BgClassName
{
background-color: #3FAC0D;
}
</style>
border-color css
<style>
span { border-color: #3FAC0D; }
span { border-color: rgb(63,172,13); }
td.TdClassName
{
border-color: #3FAC0D;
}
.TagClassName
{
border-color: #3FAC0D;
}
</style>