Shades of Kelly Green #3FBA15
Tints of Kelly Green #3FBA15
RGB
CMYK
RGB Variations
Color information
#3FBA15 (or 0x3FBA15) is known color: Kelly Green. HEX triplet: 3F, BA and 15. RGB value is (63,186,21). Sum of RGB (Red+Green+Blue) = 63+186+21=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 186 (73.05% from 255 or 68.89% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBA15 is #C045EA. Grayscale: #828282. Windows color (decimal): -12600811 or 1423935. OLE color: 1423935.
HSL color Cylindrical-coordinate representation of color #3FBA15: hue angle of 104.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3FBA15 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 21 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.27 |
| HSL | 104.73º | 0.8% | 0.41% | - |
| HSV(B) | 104.73º | 0.89% | 0.73% | - |
| XYZ | 19.74 | 36.23 | 6.66 | - |
| YUV | 130.41 | 66.25 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 21 | 0.66 | 0 | 0.89 | 0.27 | 104.73 | 0.8 | 0.41 |
| Hex | 3F | BA | 15 | 42 | 0 | 59 | 1B | 69 | 50 | 29 |
| Octal | 77 | 272 | 25 | 102 | 0 | 131 | 33 | 151 | 120 | 51 |
| Binary | 111111 | 10111010 | 10101 | 1000010 | 0 | 1011001 | 11011 | 1101001 | 1010000 | 101001 |
Color Harmonies of #3FBA15
Complementary color
Monochromatic Colors of #3FBA15
Black with #3FBA15
Text Example
Text Example
White with #3FBA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA15; }
p { color: rgb(63,186,21); }
H1.HeaderClassName
{
color: #3FBA15;
}
.AnyTagClassName
{
color: #3FBA15;
}
</style>
background-color css
<style>
a { background-color: #3FBA15; }
a { background-color: rgb(63,186,21); }
div.DivClassName
{
background-color: #3FBA15;
}
.BgClassName
{
background-color: #3FBA15;
}
</style>
border-color css
<style>
span { border-color: #3FBA15; }
span { border-color: rgb(63,186,21); }
td.TdClassName
{
border-color: #3FBA15;
}
.TagClassName
{
border-color: #3FBA15;
}
</style>