Shades of Kelly Green #3FA61B
Tints of Kelly Green #3FA61B
RGB
CMYK
RGB Variations
Color information
#3FA61B (or 0x3FA61B) is known color: Kelly Green. HEX triplet: 3F, A6 and 1B. RGB value is (63,166,27). Sum of RGB (Red+Green+Blue) = 63+166+27=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 166 (65.23% from 255 or 64.84% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA61B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA61B is #C059E4. Grayscale: #777777. Windows color (decimal): -12605925 or 1812031. OLE color: 1812031.
HSL color Cylindrical-coordinate representation of color #3FA61B: hue angle of 104.46º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FA61B is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 166 | 27 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.35 |
| HSL | 104.46º | 0.72% | 0.38% | - |
| HSV(B) | 104.46º | 0.84% | 0.65% | - |
| XYZ | 15.88 | 28.41 | 5.68 | - |
| YUV | 119.36 | 75.88 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 166 | 27 | 0.62 | 0 | 0.84 | 0.35 | 104.46 | 0.72 | 0.38 |
| Hex | 3F | A6 | 1B | 3E | 0 | 54 | 23 | 68 | 48 | 26 |
| Octal | 77 | 246 | 33 | 76 | 0 | 124 | 43 | 150 | 110 | 46 |
| Binary | 111111 | 10100110 | 11011 | 111110 | 0 | 1010100 | 100011 | 1101000 | 1001000 | 100110 |
Color Harmonies of #3FA61B
Complementary color
Monochromatic Colors of #3FA61B
Black with #3FA61B
Text Example
Text Example
White with #3FA61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA61B; }
p { color: rgb(63,166,27); }
H1.HeaderClassName
{
color: #3FA61B;
}
.AnyTagClassName
{
color: #3FA61B;
}
</style>
background-color css
<style>
a { background-color: #3FA61B; }
a { background-color: rgb(63,166,27); }
div.DivClassName
{
background-color: #3FA61B;
}
.BgClassName
{
background-color: #3FA61B;
}
</style>
border-color css
<style>
span { border-color: #3FA61B; }
span { border-color: rgb(63,166,27); }
td.TdClassName
{
border-color: #3FA61B;
}
.TagClassName
{
border-color: #3FA61B;
}
</style>