Shades of Kelly Green #3FAD0F
Tints of Kelly Green #3FAD0F
RGB
CMYK
RGB Variations
Color information
#3FAD0F (or 0x3FAD0F) is known color: Kelly Green. HEX triplet: 3F, AD and 0F. RGB value is (63,173,15). Sum of RGB (Red+Green+Blue) = 63+173+15=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 173 (67.97% from 255 or 68.92% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 173 - color contains mainly: green. Hex color #3FAD0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FAD0F is #C052F0. Grayscale: #7A7A7A. Windows color (decimal): -12604145 or 1027391. OLE color: 1027391.
HSL color Cylindrical-coordinate representation of color #3FAD0F: hue angle of 101.77º degrees, saturation: 0.84, 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 #3FAD0F is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 173 | 15 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.32 |
| HSL | 101.77º | 0.84% | 0.37% | - |
| HSV(B) | 101.77º | 0.91% | 0.68% | - |
| XYZ | 17.08 | 30.98 | 5.53 | - |
| YUV | 122.1 | 67.56 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 15 | 0.64 | 0 | 0.91 | 0.32 | 101.77 | 0.84 | 0.37 |
| Hex | 3F | AD | F | 40 | 0 | 5B | 20 | 66 | 54 | 25 |
| Octal | 77 | 255 | 17 | 100 | 0 | 133 | 40 | 146 | 124 | 45 |
| Binary | 111111 | 10101101 | 1111 | 1000000 | 0 | 1011011 | 100000 | 1100110 | 1010100 | 100101 |
Color Harmonies of #3FAD0F
Complementary color
Monochromatic Colors of #3FAD0F
Black with #3FAD0F
Text Example
Text Example
White with #3FAD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAD0F; }
p { color: rgb(63,173,15); }
H1.HeaderClassName
{
color: #3FAD0F;
}
.AnyTagClassName
{
color: #3FAD0F;
}
</style>
background-color css
<style>
a { background-color: #3FAD0F; }
a { background-color: rgb(63,173,15); }
div.DivClassName
{
background-color: #3FAD0F;
}
.BgClassName
{
background-color: #3FAD0F;
}
</style>
border-color css
<style>
span { border-color: #3FAD0F; }
span { border-color: rgb(63,173,15); }
td.TdClassName
{
border-color: #3FAD0F;
}
.TagClassName
{
border-color: #3FAD0F;
}
</style>