Shades of Kelly Green #3FAF0D
Tints of Kelly Green #3FAF0D
RGB
CMYK
RGB Variations
Color information
#3FAF0D (or 0x3FAF0D) is known color: Kelly Green. HEX triplet: 3F, AF and 0D. RGB value is (63,175,13). Sum of RGB (Red+Green+Blue) = 63+175+13=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 175 (68.75% from 255 or 69.72% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FAF0D is #C050F2. Grayscale: #7B7B7B. Windows color (decimal): -12603635 or 896831. OLE color: 896831.
HSL color Cylindrical-coordinate representation of color #3FAF0D: hue angle of 101.48º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3FAF0D is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 13 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.31 |
| HSL | 101.48º | 0.86% | 0.37% | - |
| HSV(B) | 101.48º | 0.93% | 0.69% | - |
| XYZ | 17.45 | 31.75 | 5.59 | - |
| YUV | 123.04 | 65.89 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 13 | 0.64 | 0 | 0.93 | 0.31 | 101.48 | 0.86 | 0.37 |
| Hex | 3F | AF | D | 40 | 0 | 5D | 1F | 65 | 56 | 25 |
| Octal | 77 | 257 | 15 | 100 | 0 | 135 | 37 | 145 | 126 | 45 |
| Binary | 111111 | 10101111 | 1101 | 1000000 | 0 | 1011101 | 11111 | 1100101 | 1010110 | 100101 |
Color Harmonies of #3FAF0D
Complementary color
Monochromatic Colors of #3FAF0D
Black with #3FAF0D
Text Example
Text Example
White with #3FAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAF0D; }
p { color: rgb(63,175,13); }
H1.HeaderClassName
{
color: #3FAF0D;
}
.AnyTagClassName
{
color: #3FAF0D;
}
</style>
background-color css
<style>
a { background-color: #3FAF0D; }
a { background-color: rgb(63,175,13); }
div.DivClassName
{
background-color: #3FAF0D;
}
.BgClassName
{
background-color: #3FAF0D;
}
</style>
border-color css
<style>
span { border-color: #3FAF0D; }
span { border-color: rgb(63,175,13); }
td.TdClassName
{
border-color: #3FAF0D;
}
.TagClassName
{
border-color: #3FAF0D;
}
</style>