Shades of Kelly Green #3F9C05
Tints of Kelly Green #3F9C05
RGB
CMYK
RGB Variations
Color information
#3F9C05 (or 0x3F9C05) is known color: Kelly Green. HEX triplet: 3F, 9C and 05. RGB value is (63,156,5). Sum of RGB (Red+Green+Blue) = 63+156+5=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 156 (61.33% from 255 or 69.64% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 156 - color contains mainly: green. Hex color #3F9C05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F9C05 is #C063FA. Grayscale: #6F6F6F. Windows color (decimal): -12608507 or 367679. OLE color: 367679.
HSL color Cylindrical-coordinate representation of color #3F9C05: hue angle of 96.95º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F9C05 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 156 | 5 | - |
| CMYK | 0.60 | 0 | 0.97 | 0.39 |
| HSL | 96.95º | 0.94% | 0.32% | - |
| HSV(B) | 96.95º | 0.97% | 0.61% | - |
| XYZ | 13.97 | 24.84 | 4.2 | - |
| YUV | 110.98 | 68.19 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 156 | 5 | 0.60 | 0 | 0.97 | 0.39 | 96.95 | 0.94 | 0.32 |
| Hex | 3F | 9C | 5 | 3C | 0 | 61 | 27 | 61 | 5E | 20 |
| Octal | 77 | 234 | 5 | 74 | 0 | 141 | 47 | 141 | 136 | 40 |
| Binary | 111111 | 10011100 | 101 | 111100 | 0 | 1100001 | 100111 | 1100001 | 1011110 | 100000 |
Color Harmonies of #3F9C05
Complementary color
Monochromatic Colors of #3F9C05
Black with #3F9C05
Text Example
Text Example
White with #3F9C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9C05; }
p { color: rgb(63,156,5); }
H1.HeaderClassName
{
color: #3F9C05;
}
.AnyTagClassName
{
color: #3F9C05;
}
</style>
background-color css
<style>
a { background-color: #3F9C05; }
a { background-color: rgb(63,156,5); }
div.DivClassName
{
background-color: #3F9C05;
}
.BgClassName
{
background-color: #3F9C05;
}
</style>
border-color css
<style>
span { border-color: #3F9C05; }
span { border-color: rgb(63,156,5); }
td.TdClassName
{
border-color: #3F9C05;
}
.TagClassName
{
border-color: #3F9C05;
}
</style>