Shades of Kelly Green #3FC105
Tints of Kelly Green #3FC105
RGB
CMYK
RGB Variations
Color information
#3FC105 (or 0x3FC105) is known color: Kelly Green. HEX triplet: 3F, C1 and 05. RGB value is (63,193,5). Sum of RGB (Red+Green+Blue) = 63+193+5=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 193 (75.78% from 255 or 73.95% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC105 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FC105 is #C03EFA. Grayscale: #858585. Windows color (decimal): -12599035 or 377151. OLE color: 377151.
HSL color Cylindrical-coordinate representation of color #3FC105: hue angle of 101.49º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FC105 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 193 | 5 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.24 |
| HSL | 101.49º | 0.95% | 0.39% | - |
| HSV(B) | 101.49º | 0.97% | 0.76% | - |
| XYZ | 21.15 | 39.21 | 6.6 | - |
| YUV | 132.7 | 55.93 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 193 | 5 | 0.67 | 0 | 0.97 | 0.24 | 101.49 | 0.95 | 0.39 |
| Hex | 3F | C1 | 5 | 43 | 0 | 61 | 18 | 65 | 5F | 27 |
| Octal | 77 | 301 | 5 | 103 | 0 | 141 | 30 | 145 | 137 | 47 |
| Binary | 111111 | 11000001 | 101 | 1000011 | 0 | 1100001 | 11000 | 1100101 | 1011111 | 100111 |
Color Harmonies of #3FC105
Complementary color
Monochromatic Colors of #3FC105
Black with #3FC105
Text Example
Text Example
White with #3FC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC105; }
p { color: rgb(63,193,5); }
H1.HeaderClassName
{
color: #3FC105;
}
.AnyTagClassName
{
color: #3FC105;
}
</style>
background-color css
<style>
a { background-color: #3FC105; }
a { background-color: rgb(63,193,5); }
div.DivClassName
{
background-color: #3FC105;
}
.BgClassName
{
background-color: #3FC105;
}
</style>
border-color css
<style>
span { border-color: #3FC105; }
span { border-color: rgb(63,193,5); }
td.TdClassName
{
border-color: #3FC105;
}
.TagClassName
{
border-color: #3FC105;
}
</style>