Shades of Kelly Green #3FAF0F
Tints of Kelly Green #3FAF0F
RGB
CMYK
RGB Variations
Color information
#3FAF0F (or 0x3FAF0F) is known color: Kelly Green. HEX triplet: 3F, AF and 0F. RGB value is (63,175,15). Sum of RGB (Red+Green+Blue) = 63+175+15=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 175 (68.75% from 255 or 69.17% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FAF0F is #C050F0. Grayscale: #7B7B7B. Windows color (decimal): -12603633 or 1027903. OLE color: 1027903.
HSL color Cylindrical-coordinate representation of color #3FAF0F: hue angle of 102º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FAF0F is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 15 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.31 |
| HSL | 102º | 0.84% | 0.37% | - |
| HSV(B) | 102º | 0.91% | 0.69% | - |
| XYZ | 17.47 | 31.75 | 5.66 | - |
| YUV | 123.27 | 66.89 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 15 | 0.64 | 0 | 0.91 | 0.31 | 102 | 0.84 | 0.37 |
| Hex | 3F | AF | F | 40 | 0 | 5B | 1F | 66 | 54 | 25 |
| Octal | 77 | 257 | 17 | 100 | 0 | 133 | 37 | 146 | 124 | 45 |
| Binary | 111111 | 10101111 | 1111 | 1000000 | 0 | 1011011 | 11111 | 1100110 | 1010100 | 100101 |
Color Harmonies of #3FAF0F
Complementary color
Monochromatic Colors of #3FAF0F
Black with #3FAF0F
Text Example
Text Example
White with #3FAF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAF0F; }
p { color: rgb(63,175,15); }
H1.HeaderClassName
{
color: #3FAF0F;
}
.AnyTagClassName
{
color: #3FAF0F;
}
</style>
background-color css
<style>
a { background-color: #3FAF0F; }
a { background-color: rgb(63,175,15); }
div.DivClassName
{
background-color: #3FAF0F;
}
.BgClassName
{
background-color: #3FAF0F;
}
</style>
border-color css
<style>
span { border-color: #3FAF0F; }
span { border-color: rgb(63,175,15); }
td.TdClassName
{
border-color: #3FAF0F;
}
.TagClassName
{
border-color: #3FAF0F;
}
</style>