Shades of Kelly Green #3FA505
Tints of Kelly Green #3FA505
RGB
CMYK
RGB Variations
Color information
#3FA505 (or 0x3FA505) is known color: Kelly Green. HEX triplet: 3F, A5 and 05. RGB value is (63,165,5). Sum of RGB (Red+Green+Blue) = 63+165+5=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 165 (64.84% from 255 or 70.82% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA505 is #C05AFA. Grayscale: #747474. Windows color (decimal): -12606203 or 369983. OLE color: 369983.
HSL color Cylindrical-coordinate representation of color #3FA505: hue angle of 98.25º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FA505 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 165 | 5 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.35 |
| HSL | 98.25º | 0.94% | 0.33% | - |
| HSV(B) | 98.25º | 0.97% | 0.65% | - |
| XYZ | 15.53 | 27.98 | 4.73 | - |
| YUV | 116.26 | 65.21 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 165 | 5 | 0.62 | 0 | 0.97 | 0.35 | 98.25 | 0.94 | 0.33 |
| Hex | 3F | A5 | 5 | 3E | 0 | 61 | 23 | 62 | 5E | 21 |
| Octal | 77 | 245 | 5 | 76 | 0 | 141 | 43 | 142 | 136 | 41 |
| Binary | 111111 | 10100101 | 101 | 111110 | 0 | 1100001 | 100011 | 1100010 | 1011110 | 100001 |
Color Harmonies of #3FA505
Complementary color
Monochromatic Colors of #3FA505
Black with #3FA505
Text Example
Text Example
White with #3FA505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA505; }
p { color: rgb(63,165,5); }
H1.HeaderClassName
{
color: #3FA505;
}
.AnyTagClassName
{
color: #3FA505;
}
</style>
background-color css
<style>
a { background-color: #3FA505; }
a { background-color: rgb(63,165,5); }
div.DivClassName
{
background-color: #3FA505;
}
.BgClassName
{
background-color: #3FA505;
}
</style>
border-color css
<style>
span { border-color: #3FA505; }
span { border-color: rgb(63,165,5); }
td.TdClassName
{
border-color: #3FA505;
}
.TagClassName
{
border-color: #3FA505;
}
</style>