Shades of Kelly Green #3FA502
Tints of Kelly Green #3FA502
RGB
CMYK
RGB Variations
Color information
#3FA502 (or 0x3FA502) is known color: Kelly Green. HEX triplet: 3F, A5 and 02. RGB value is (63,165,2). Sum of RGB (Red+Green+Blue) = 63+165+2=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 165 (64.84% from 255 or 71.74% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA502 is #C05AFD. Grayscale: #747474. Windows color (decimal): -12606206 or 173375. OLE color: 173375.
HSL color Cylindrical-coordinate representation of color #3FA502: hue angle of 97.55º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FA502 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 165 | 2 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.35 |
| HSL | 97.55º | 0.98% | 0.33% | - |
| HSV(B) | 97.55º | 0.99% | 0.65% | - |
| XYZ | 15.52 | 27.97 | 4.64 | - |
| YUV | 115.92 | 63.71 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 165 | 2 | 0.62 | 0 | 0.99 | 0.35 | 97.55 | 0.98 | 0.33 |
| Hex | 3F | A5 | 2 | 3E | 0 | 63 | 23 | 62 | 62 | 21 |
| Octal | 77 | 245 | 2 | 76 | 0 | 143 | 43 | 142 | 142 | 41 |
| Binary | 111111 | 10100101 | 10 | 111110 | 0 | 1100011 | 100011 | 1100010 | 1100010 | 100001 |
Color Harmonies of #3FA502
Complementary color
Monochromatic Colors of #3FA502
Black with #3FA502
Text Example
Text Example
White with #3FA502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA502; }
p { color: rgb(63,165,2); }
H1.HeaderClassName
{
color: #3FA502;
}
.AnyTagClassName
{
color: #3FA502;
}
</style>
background-color css
<style>
a { background-color: #3FA502; }
a { background-color: rgb(63,165,2); }
div.DivClassName
{
background-color: #3FA502;
}
.BgClassName
{
background-color: #3FA502;
}
</style>
border-color css
<style>
span { border-color: #3FA502; }
span { border-color: rgb(63,165,2); }
td.TdClassName
{
border-color: #3FA502;
}
.TagClassName
{
border-color: #3FA502;
}
</style>