Shades of Kelly Green #3FA605
Tints of Kelly Green #3FA605
RGB
CMYK
RGB Variations
Color information
#3FA605 (or 0x3FA605) is known color: Kelly Green. HEX triplet: 3F, A6 and 05. RGB value is (63,166,5). Sum of RGB (Red+Green+Blue) = 63+166+5=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 166 (65.23% from 255 or 70.94% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA605 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA605 is #C059FA. Grayscale: #757575. Windows color (decimal): -12605947 or 370239. OLE color: 370239.
HSL color Cylindrical-coordinate representation of color #3FA605: hue angle of 98.39º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FA605 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 166 | 5 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.35 |
| HSL | 98.39º | 0.94% | 0.34% | - |
| HSV(B) | 98.39º | 0.97% | 0.65% | - |
| XYZ | 15.71 | 28.34 | 4.79 | - |
| YUV | 116.85 | 64.88 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 166 | 5 | 0.62 | 0 | 0.97 | 0.35 | 98.39 | 0.94 | 0.34 |
| Hex | 3F | A6 | 5 | 3E | 0 | 61 | 23 | 62 | 5E | 22 |
| Octal | 77 | 246 | 5 | 76 | 0 | 141 | 43 | 142 | 136 | 42 |
| Binary | 111111 | 10100110 | 101 | 111110 | 0 | 1100001 | 100011 | 1100010 | 1011110 | 100010 |
Color Harmonies of #3FA605
Complementary color
Monochromatic Colors of #3FA605
Black with #3FA605
Text Example
Text Example
White with #3FA605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA605; }
p { color: rgb(63,166,5); }
H1.HeaderClassName
{
color: #3FA605;
}
.AnyTagClassName
{
color: #3FA605;
}
</style>
background-color css
<style>
a { background-color: #3FA605; }
a { background-color: rgb(63,166,5); }
div.DivClassName
{
background-color: #3FA605;
}
.BgClassName
{
background-color: #3FA605;
}
</style>
border-color css
<style>
span { border-color: #3FA605; }
span { border-color: rgb(63,166,5); }
td.TdClassName
{
border-color: #3FA605;
}
.TagClassName
{
border-color: #3FA605;
}
</style>