Shades of Kelly Green #3FA618
Tints of Kelly Green #3FA618
RGB
CMYK
RGB Variations
Color information
#3FA618 (or 0x3FA618) is known color: Kelly Green. HEX triplet: 3F, A6 and 18. RGB value is (63,166,24). Sum of RGB (Red+Green+Blue) = 63+166+24=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 166 (65.23% from 255 or 65.61% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA618 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA618 is #C059E7. Grayscale: #777777. Windows color (decimal): -12605928 or 1615423. OLE color: 1615423.
HSL color Cylindrical-coordinate representation of color #3FA618: hue angle of 103.52º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FA618 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 166 | 24 | - |
| CMYK | 0.62 | 0 | 0.86 | 0.35 |
| HSL | 103.52º | 0.75% | 0.37% | - |
| HSV(B) | 103.52º | 0.86% | 0.65% | - |
| XYZ | 15.85 | 28.4 | 5.51 | - |
| YUV | 119.02 | 74.38 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 166 | 24 | 0.62 | 0 | 0.86 | 0.35 | 103.52 | 0.75 | 0.37 |
| Hex | 3F | A6 | 18 | 3E | 0 | 56 | 23 | 68 | 4B | 25 |
| Octal | 77 | 246 | 30 | 76 | 0 | 126 | 43 | 150 | 113 | 45 |
| Binary | 111111 | 10100110 | 11000 | 111110 | 0 | 1010110 | 100011 | 1101000 | 1001011 | 100101 |
Color Harmonies of #3FA618
Complementary color
Monochromatic Colors of #3FA618
Black with #3FA618
Text Example
Text Example
White with #3FA618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA618; }
p { color: rgb(63,166,24); }
H1.HeaderClassName
{
color: #3FA618;
}
.AnyTagClassName
{
color: #3FA618;
}
</style>
background-color css
<style>
a { background-color: #3FA618; }
a { background-color: rgb(63,166,24); }
div.DivClassName
{
background-color: #3FA618;
}
.BgClassName
{
background-color: #3FA618;
}
</style>
border-color css
<style>
span { border-color: #3FA618; }
span { border-color: rgb(63,166,24); }
td.TdClassName
{
border-color: #3FA618;
}
.TagClassName
{
border-color: #3FA618;
}
</style>