Shades of Kelly Green #3FC510
Tints of Kelly Green #3FC510
RGB
CMYK
RGB Variations
Color information
#3FC510 (or 0x3FC510) is known color: Kelly Green. HEX triplet: 3F, C5 and 10. RGB value is (63,197,16). Sum of RGB (Red+Green+Blue) = 63+197+16=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 197 (77.34% from 255 or 71.38% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 197 - color contains mainly: green. Hex color #3FC510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FC510 is #C03AEF. Grayscale: #888888. Windows color (decimal): -12598000 or 1099071. OLE color: 1099071.
HSL color Cylindrical-coordinate representation of color #3FC510: hue angle of 104.42º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FC510 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 197 | 16 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.23 |
| HSL | 104.42º | 0.85% | 0.42% | - |
| HSV(B) | 104.42º | 0.92% | 0.77% | - |
| XYZ | 22.11 | 41.03 | 7.24 | - |
| YUV | 136.3 | 60.11 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 197 | 16 | 0.68 | 0 | 0.92 | 0.23 | 104.42 | 0.85 | 0.42 |
| Hex | 3F | C5 | 10 | 44 | 0 | 5C | 17 | 68 | 55 | 2A |
| Octal | 77 | 305 | 20 | 104 | 0 | 134 | 27 | 150 | 125 | 52 |
| Binary | 111111 | 11000101 | 10000 | 1000100 | 0 | 1011100 | 10111 | 1101000 | 1010101 | 101010 |
Color Harmonies of #3FC510
Complementary color
Monochromatic Colors of #3FC510
Black with #3FC510
Text Example
Text Example
White with #3FC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC510; }
p { color: rgb(63,197,16); }
H1.HeaderClassName
{
color: #3FC510;
}
.AnyTagClassName
{
color: #3FC510;
}
</style>
background-color css
<style>
a { background-color: #3FC510; }
a { background-color: rgb(63,197,16); }
div.DivClassName
{
background-color: #3FC510;
}
.BgClassName
{
background-color: #3FC510;
}
</style>
border-color css
<style>
span { border-color: #3FC510; }
span { border-color: rgb(63,197,16); }
td.TdClassName
{
border-color: #3FC510;
}
.TagClassName
{
border-color: #3FC510;
}
</style>