Shades of Kelly Green #3FBB07
Tints of Kelly Green #3FBB07
RGB
CMYK
RGB Variations
Color information
#3FBB07 (or 0x3FBB07) is known color: Kelly Green. HEX triplet: 3F, BB and 07. RGB value is (63,187,7). Sum of RGB (Red+Green+Blue) = 63+187+7=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 187 (73.44% from 255 or 72.76% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 187 - color contains mainly: green. Hex color #3FBB07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBB07 is #C044F8. Grayscale: #828282. Windows color (decimal): -12600569 or 506687. OLE color: 506687.
HSL color Cylindrical-coordinate representation of color #3FBB07: hue angle of 101.33º degrees, saturation: 0.93, 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 #3FBB07 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 187 | 7 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.27 |
| HSL | 101.33º | 0.93% | 0.38% | - |
| HSV(B) | 101.33º | 0.96% | 0.73% | - |
| XYZ | 19.86 | 36.61 | 6.22 | - |
| YUV | 129.4 | 58.92 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 187 | 7 | 0.66 | 0 | 0.96 | 0.27 | 101.33 | 0.93 | 0.38 |
| Hex | 3F | BB | 7 | 42 | 0 | 60 | 1B | 65 | 5D | 26 |
| Octal | 77 | 273 | 7 | 102 | 0 | 140 | 33 | 145 | 135 | 46 |
| Binary | 111111 | 10111011 | 111 | 1000010 | 0 | 1100000 | 11011 | 1100101 | 1011101 | 100110 |
Color Harmonies of #3FBB07
Complementary color
Monochromatic Colors of #3FBB07
Black with #3FBB07
Text Example
Text Example
White with #3FBB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBB07; }
p { color: rgb(63,187,7); }
H1.HeaderClassName
{
color: #3FBB07;
}
.AnyTagClassName
{
color: #3FBB07;
}
</style>
background-color css
<style>
a { background-color: #3FBB07; }
a { background-color: rgb(63,187,7); }
div.DivClassName
{
background-color: #3FBB07;
}
.BgClassName
{
background-color: #3FBB07;
}
</style>
border-color css
<style>
span { border-color: #3FBB07; }
span { border-color: rgb(63,187,7); }
td.TdClassName
{
border-color: #3FBB07;
}
.TagClassName
{
border-color: #3FBB07;
}
</style>