Shades of Kelly Green #3FB705
Tints of Kelly Green #3FB705
RGB
CMYK
RGB Variations
Color information
#3FB705 (or 0x3FB705) is known color: Kelly Green. HEX triplet: 3F, B7 and 05. RGB value is (63,183,5). Sum of RGB (Red+Green+Blue) = 63+183+5=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 183 (71.88% from 255 or 72.91% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 183 - color contains mainly: green. Hex color #3FB705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FB705 is #C048FA. Grayscale: #7F7F7F. Windows color (decimal): -12601595 or 374591. OLE color: 374591.
HSL color Cylindrical-coordinate representation of color #3FB705: hue angle of 100.45º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FB705 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 183 | 5 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.28 |
| HSL | 100.45º | 0.95% | 0.37% | - |
| HSV(B) | 100.45º | 0.97% | 0.72% | - |
| XYZ | 19.01 | 34.93 | 5.88 | - |
| YUV | 126.83 | 59.24 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 183 | 5 | 0.66 | 0 | 0.97 | 0.28 | 100.45 | 0.95 | 0.37 |
| Hex | 3F | B7 | 5 | 42 | 0 | 61 | 1C | 64 | 5F | 25 |
| Octal | 77 | 267 | 5 | 102 | 0 | 141 | 34 | 144 | 137 | 45 |
| Binary | 111111 | 10110111 | 101 | 1000010 | 0 | 1100001 | 11100 | 1100100 | 1011111 | 100101 |
Color Harmonies of #3FB705
Complementary color
Monochromatic Colors of #3FB705
Black with #3FB705
Text Example
Text Example
White with #3FB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB705; }
p { color: rgb(63,183,5); }
H1.HeaderClassName
{
color: #3FB705;
}
.AnyTagClassName
{
color: #3FB705;
}
</style>
background-color css
<style>
a { background-color: #3FB705; }
a { background-color: rgb(63,183,5); }
div.DivClassName
{
background-color: #3FB705;
}
.BgClassName
{
background-color: #3FB705;
}
</style>
border-color css
<style>
span { border-color: #3FB705; }
span { border-color: rgb(63,183,5); }
td.TdClassName
{
border-color: #3FB705;
}
.TagClassName
{
border-color: #3FB705;
}
</style>