Shades of Kelly Green #3FA501
Tints of Kelly Green #3FA501
RGB
CMYK
RGB Variations
Color information
#3FA501 (or 0x3FA501) is known color: Kelly Green. HEX triplet: 3F, A5 and 01. RGB value is (63,165,1). Sum of RGB (Red+Green+Blue) = 63+165+1=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 165 (64.84% from 255 or 72.05% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA501 is #C05AFE. Grayscale: #747474. Windows color (decimal): -12606207 or 107839. OLE color: 107839.
HSL color Cylindrical-coordinate representation of color #3FA501: hue angle of 97.32º degrees, saturation: 0.99, 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 #3FA501 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 165 | 1 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.35 |
| HSL | 97.32º | 0.99% | 0.33% | - |
| HSV(B) | 97.32º | 0.99% | 0.65% | - |
| XYZ | 15.51 | 27.97 | 4.61 | - |
| YUV | 115.81 | 63.21 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 165 | 1 | 0.62 | 0 | 0.99 | 0.35 | 97.32 | 0.99 | 0.33 |
| Hex | 3F | A5 | 1 | 3E | 0 | 63 | 23 | 61 | 63 | 21 |
| Octal | 77 | 245 | 1 | 76 | 0 | 143 | 43 | 141 | 143 | 41 |
| Binary | 111111 | 10100101 | 1 | 111110 | 0 | 1100011 | 100011 | 1100001 | 1100011 | 100001 |
Color Harmonies of #3FA501
Complementary color
Monochromatic Colors of #3FA501
Black with #3FA501
Text Example
Text Example
White with #3FA501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA501; }
p { color: rgb(63,165,1); }
H1.HeaderClassName
{
color: #3FA501;
}
.AnyTagClassName
{
color: #3FA501;
}
</style>
background-color css
<style>
a { background-color: #3FA501; }
a { background-color: rgb(63,165,1); }
div.DivClassName
{
background-color: #3FA501;
}
.BgClassName
{
background-color: #3FA501;
}
</style>
border-color css
<style>
span { border-color: #3FA501; }
span { border-color: rgb(63,165,1); }
td.TdClassName
{
border-color: #3FA501;
}
.TagClassName
{
border-color: #3FA501;
}
</style>