Shades of Kelly Green #3FA212
Tints of Kelly Green #3FA212
RGB
CMYK
RGB Variations
Color information
#3FA212 (or 0x3FA212) is known color: Kelly Green. HEX triplet: 3F, A2 and 12. RGB value is (63,162,18). Sum of RGB (Red+Green+Blue) = 63+162+18=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 162 (63.67% from 255 or 66.67% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA212 is #C05DED. Grayscale: #747474. Windows color (decimal): -12606958 or 1221183. OLE color: 1221183.
HSL color Cylindrical-coordinate representation of color #3FA212: hue angle of 101.25º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3FA212 is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 162 | 18 | - |
| CMYK | 0.61 | 0 | 0.89 | 0.36 |
| HSL | 101.25º | 0.8% | 0.35% | - |
| HSV(B) | 101.25º | 0.89% | 0.64% | - |
| XYZ | 15.08 | 26.94 | 4.98 | - |
| YUV | 115.98 | 72.7 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 18 | 0.61 | 0 | 0.89 | 0.36 | 101.25 | 0.8 | 0.35 |
| Hex | 3F | A2 | 12 | 3D | 0 | 59 | 24 | 65 | 50 | 23 |
| Octal | 77 | 242 | 22 | 75 | 0 | 131 | 44 | 145 | 120 | 43 |
| Binary | 111111 | 10100010 | 10010 | 111101 | 0 | 1011001 | 100100 | 1100101 | 1010000 | 100011 |
Color Harmonies of #3FA212
Complementary color
Monochromatic Colors of #3FA212
Black with #3FA212
Text Example
Text Example
White with #3FA212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA212; }
p { color: rgb(63,162,18); }
H1.HeaderClassName
{
color: #3FA212;
}
.AnyTagClassName
{
color: #3FA212;
}
</style>
background-color css
<style>
a { background-color: #3FA212; }
a { background-color: rgb(63,162,18); }
div.DivClassName
{
background-color: #3FA212;
}
.BgClassName
{
background-color: #3FA212;
}
</style>
border-color css
<style>
span { border-color: #3FA212; }
span { border-color: rgb(63,162,18); }
td.TdClassName
{
border-color: #3FA212;
}
.TagClassName
{
border-color: #3FA212;
}
</style>