Shades of Kelly Green #3FBA01
Tints of Kelly Green #3FBA01
RGB
CMYK
RGB Variations
Color information
#3FBA01 (or 0x3FBA01) is known color: Kelly Green. HEX triplet: 3F, BA and 01. RGB value is (63,186,1). Sum of RGB (Red+Green+Blue) = 63+186+1=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 186 (73.05% from 255 or 74.4% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBA01 is #C045FE. Grayscale: #808080. Windows color (decimal): -12600831 or 113215. OLE color: 113215.
HSL color Cylindrical-coordinate representation of color #3FBA01: hue angle of 99.89º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FBA01 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 1 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.27 |
| HSL | 99.89º | 0.99% | 0.37% | - |
| HSV(B) | 99.89º | 0.99% | 0.73% | - |
| XYZ | 19.61 | 36.18 | 5.98 | - |
| YUV | 128.13 | 56.25 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 1 | 0.66 | 0 | 0.99 | 0.27 | 99.89 | 0.99 | 0.37 |
| Hex | 3F | BA | 1 | 42 | 0 | 63 | 1B | 64 | 63 | 25 |
| Octal | 77 | 272 | 1 | 102 | 0 | 143 | 33 | 144 | 143 | 45 |
| Binary | 111111 | 10111010 | 1 | 1000010 | 0 | 1100011 | 11011 | 1100100 | 1100011 | 100101 |
Color Harmonies of #3FBA01
Complementary color
Monochromatic Colors of #3FBA01
Black with #3FBA01
Text Example
Text Example
White with #3FBA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA01; }
p { color: rgb(63,186,1); }
H1.HeaderClassName
{
color: #3FBA01;
}
.AnyTagClassName
{
color: #3FBA01;
}
</style>
background-color css
<style>
a { background-color: #3FBA01; }
a { background-color: rgb(63,186,1); }
div.DivClassName
{
background-color: #3FBA01;
}
.BgClassName
{
background-color: #3FBA01;
}
</style>
border-color css
<style>
span { border-color: #3FBA01; }
span { border-color: rgb(63,186,1); }
td.TdClassName
{
border-color: #3FBA01;
}
.TagClassName
{
border-color: #3FBA01;
}
</style>