Shades of Kelly Green #3FAD13
Tints of Kelly Green #3FAD13
RGB
CMYK
RGB Variations
Color information
#3FAD13 (or 0x3FAD13) is known color: Kelly Green. HEX triplet: 3F, AD and 13. RGB value is (63,173,19). Sum of RGB (Red+Green+Blue) = 63+173+19=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 173 (67.97% from 255 or 67.84% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 173 - color contains mainly: green. Hex color #3FAD13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FAD13 is #C052EC. Grayscale: #7B7B7B. Windows color (decimal): -12604141 or 1289535. OLE color: 1289535.
HSL color Cylindrical-coordinate representation of color #3FAD13: hue angle of 102.86º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3FAD13 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 173 | 19 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.32 |
| HSL | 102.86º | 0.8% | 0.38% | - |
| HSV(B) | 102.86º | 0.89% | 0.68% | - |
| XYZ | 17.11 | 30.99 | 5.7 | - |
| YUV | 122.55 | 69.56 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 19 | 0.64 | 0 | 0.89 | 0.32 | 102.86 | 0.8 | 0.38 |
| Hex | 3F | AD | 13 | 40 | 0 | 59 | 20 | 67 | 50 | 26 |
| Octal | 77 | 255 | 23 | 100 | 0 | 131 | 40 | 147 | 120 | 46 |
| Binary | 111111 | 10101101 | 10011 | 1000000 | 0 | 1011001 | 100000 | 1100111 | 1010000 | 100110 |
Color Harmonies of #3FAD13
Complementary color
Monochromatic Colors of #3FAD13
Black with #3FAD13
Text Example
Text Example
White with #3FAD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAD13; }
p { color: rgb(63,173,19); }
H1.HeaderClassName
{
color: #3FAD13;
}
.AnyTagClassName
{
color: #3FAD13;
}
</style>
background-color css
<style>
a { background-color: #3FAD13; }
a { background-color: rgb(63,173,19); }
div.DivClassName
{
background-color: #3FAD13;
}
.BgClassName
{
background-color: #3FAD13;
}
</style>
border-color css
<style>
span { border-color: #3FAD13; }
span { border-color: rgb(63,173,19); }
td.TdClassName
{
border-color: #3FAD13;
}
.TagClassName
{
border-color: #3FAD13;
}
</style>