Shades of Kelly Green #3FBA08
Tints of Kelly Green #3FBA08
RGB
CMYK
RGB Variations
Color information
#3FBA08 (or 0x3FBA08) is known color: Kelly Green. HEX triplet: 3F, BA and 08. RGB value is (63,186,8). Sum of RGB (Red+Green+Blue) = 63+186+8=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 186 (73.05% from 255 or 72.37% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBA08 is #C045F7. Grayscale: #818181. Windows color (decimal): -12600824 or 571967. OLE color: 571967.
HSL color Cylindrical-coordinate representation of color #3FBA08: hue angle of 101.46º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3FBA08 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 8 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.27 |
| HSL | 101.46º | 0.92% | 0.38% | - |
| HSV(B) | 101.46º | 0.96% | 0.73% | - |
| XYZ | 19.65 | 36.19 | 6.18 | - |
| YUV | 128.93 | 59.75 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 8 | 0.66 | 0 | 0.96 | 0.27 | 101.46 | 0.92 | 0.38 |
| Hex | 3F | BA | 8 | 42 | 0 | 60 | 1B | 65 | 5C | 26 |
| Octal | 77 | 272 | 10 | 102 | 0 | 140 | 33 | 145 | 134 | 46 |
| Binary | 111111 | 10111010 | 1000 | 1000010 | 0 | 1100000 | 11011 | 1100101 | 1011100 | 100110 |
Color Harmonies of #3FBA08
Complementary color
Monochromatic Colors of #3FBA08
Black with #3FBA08
Text Example
Text Example
White with #3FBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA08; }
p { color: rgb(63,186,8); }
H1.HeaderClassName
{
color: #3FBA08;
}
.AnyTagClassName
{
color: #3FBA08;
}
</style>
background-color css
<style>
a { background-color: #3FBA08; }
a { background-color: rgb(63,186,8); }
div.DivClassName
{
background-color: #3FBA08;
}
.BgClassName
{
background-color: #3FBA08;
}
</style>
border-color css
<style>
span { border-color: #3FBA08; }
span { border-color: rgb(63,186,8); }
td.TdClassName
{
border-color: #3FBA08;
}
.TagClassName
{
border-color: #3FBA08;
}
</style>