Shades of Kelly Green #3FAD10
Tints of Kelly Green #3FAD10
RGB
CMYK
RGB Variations
Color information
#3FAD10 (or 0x3FAD10) is known color: Kelly Green. HEX triplet: 3F, AD and 10. RGB value is (63,173,16). Sum of RGB (Red+Green+Blue) = 63+173+16=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 173 (67.97% from 255 or 68.65% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 173 - color contains mainly: green. Hex color #3FAD10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FAD10 is #C052EF. Grayscale: #7A7A7A. Windows color (decimal): -12604144 or 1092927. OLE color: 1092927.
HSL color Cylindrical-coordinate representation of color #3FAD10: hue angle of 102.04º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FAD10 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 173 | 16 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.32 |
| HSL | 102.04º | 0.83% | 0.37% | - |
| HSV(B) | 102.04º | 0.91% | 0.68% | - |
| XYZ | 17.09 | 30.98 | 5.57 | - |
| YUV | 122.21 | 68.06 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 16 | 0.64 | 0 | 0.91 | 0.32 | 102.04 | 0.83 | 0.37 |
| Hex | 3F | AD | 10 | 40 | 0 | 5B | 20 | 66 | 53 | 25 |
| Octal | 77 | 255 | 20 | 100 | 0 | 133 | 40 | 146 | 123 | 45 |
| Binary | 111111 | 10101101 | 10000 | 1000000 | 0 | 1011011 | 100000 | 1100110 | 1010011 | 100101 |
Color Harmonies of #3FAD10
Complementary color
Monochromatic Colors of #3FAD10
Black with #3FAD10
Text Example
Text Example
White with #3FAD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAD10; }
p { color: rgb(63,173,16); }
H1.HeaderClassName
{
color: #3FAD10;
}
.AnyTagClassName
{
color: #3FAD10;
}
</style>
background-color css
<style>
a { background-color: #3FAD10; }
a { background-color: rgb(63,173,16); }
div.DivClassName
{
background-color: #3FAD10;
}
.BgClassName
{
background-color: #3FAD10;
}
</style>
border-color css
<style>
span { border-color: #3FAD10; }
span { border-color: rgb(63,173,16); }
td.TdClassName
{
border-color: #3FAD10;
}
.TagClassName
{
border-color: #3FAD10;
}
</style>