Shades of Kelly Green #3FB605
Tints of Kelly Green #3FB605
RGB
CMYK
RGB Variations
Color information
#3FB605 (or 0x3FB605) is known color: Kelly Green. HEX triplet: 3F, B6 and 05. RGB value is (63,182,5). Sum of RGB (Red+Green+Blue) = 63+182+5=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 182 (71.48% from 255 or 72.8% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 182 - color contains mainly: green. Hex color #3FB605 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FB605 is #C049FA. Grayscale: #7E7E7E. Windows color (decimal): -12601851 or 374335. OLE color: 374335.
HSL color Cylindrical-coordinate representation of color #3FB605: hue angle of 100.34º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FB605 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 182 | 5 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.29 |
| HSL | 100.34º | 0.95% | 0.37% | - |
| HSV(B) | 100.34º | 0.97% | 0.71% | - |
| XYZ | 18.81 | 34.52 | 5.82 | - |
| YUV | 126.24 | 59.58 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 182 | 5 | 0.65 | 0 | 0.97 | 0.29 | 100.34 | 0.95 | 0.37 |
| Hex | 3F | B6 | 5 | 41 | 0 | 61 | 1D | 64 | 5F | 25 |
| Octal | 77 | 266 | 5 | 101 | 0 | 141 | 35 | 144 | 137 | 45 |
| Binary | 111111 | 10110110 | 101 | 1000001 | 0 | 1100001 | 11101 | 1100100 | 1011111 | 100101 |
Color Harmonies of #3FB605
Complementary color
Monochromatic Colors of #3FB605
Black with #3FB605
Text Example
Text Example
White with #3FB605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB605; }
p { color: rgb(63,182,5); }
H1.HeaderClassName
{
color: #3FB605;
}
.AnyTagClassName
{
color: #3FB605;
}
</style>
background-color css
<style>
a { background-color: #3FB605; }
a { background-color: rgb(63,182,5); }
div.DivClassName
{
background-color: #3FB605;
}
.BgClassName
{
background-color: #3FB605;
}
</style>
border-color css
<style>
span { border-color: #3FB605; }
span { border-color: rgb(63,182,5); }
td.TdClassName
{
border-color: #3FB605;
}
.TagClassName
{
border-color: #3FB605;
}
</style>