Shades of Kelly Green #3FB007
Tints of Kelly Green #3FB007
RGB
CMYK
RGB Variations
Color information
#3FB007 (or 0x3FB007) is known color: Kelly Green. HEX triplet: 3F, B0 and 07. RGB value is (63,176,7). Sum of RGB (Red+Green+Blue) = 63+176+7=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 176 (69.14% from 255 or 71.54% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB007 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FB007 is #C04FF8. Grayscale: #7B7B7B. Windows color (decimal): -12603385 or 503871. OLE color: 503871.
HSL color Cylindrical-coordinate representation of color #3FB007: hue angle of 100.12º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3FB007 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 176 | 7 | - |
| CMYK | 0.64 | 0 | 0.96 | 0.31 |
| HSL | 100.12º | 0.92% | 0.36% | - |
| HSV(B) | 100.12º | 0.96% | 0.69% | - |
| XYZ | 17.61 | 32.12 | 5.47 | - |
| YUV | 122.95 | 62.56 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 176 | 7 | 0.64 | 0 | 0.96 | 0.31 | 100.12 | 0.92 | 0.36 |
| Hex | 3F | B0 | 7 | 40 | 0 | 60 | 1F | 64 | 5C | 24 |
| Octal | 77 | 260 | 7 | 100 | 0 | 140 | 37 | 144 | 134 | 44 |
| Binary | 111111 | 10110000 | 111 | 1000000 | 0 | 1100000 | 11111 | 1100100 | 1011100 | 100100 |
Color Harmonies of #3FB007
Complementary color
Monochromatic Colors of #3FB007
Black with #3FB007
Text Example
Text Example
White with #3FB007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB007; }
p { color: rgb(63,176,7); }
H1.HeaderClassName
{
color: #3FB007;
}
.AnyTagClassName
{
color: #3FB007;
}
</style>
background-color css
<style>
a { background-color: #3FB007; }
a { background-color: rgb(63,176,7); }
div.DivClassName
{
background-color: #3FB007;
}
.BgClassName
{
background-color: #3FB007;
}
</style>
border-color css
<style>
span { border-color: #3FB007; }
span { border-color: rgb(63,176,7); }
td.TdClassName
{
border-color: #3FB007;
}
.TagClassName
{
border-color: #3FB007;
}
</style>