Shades of Kelly Green #3FAF1A
Tints of Kelly Green #3FAF1A
RGB
CMYK
RGB Variations
Color information
#3FAF1A (or 0x3FAF1A) is known color: Kelly Green. HEX triplet: 3F, AF and 1A. RGB value is (63,175,26). Sum of RGB (Red+Green+Blue) = 63+175+26=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 175 (68.75% from 255 or 66.29% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAF1A is #C050E5. Grayscale: #7D7D7D. Windows color (decimal): -12603622 or 1748799. OLE color: 1748799.
HSL color Cylindrical-coordinate representation of color #3FAF1A: hue angle of 105.1º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3FAF1A is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 26 | - |
| CMYK | 0.64 | 0 | 0.85 | 0.31 |
| HSL | 105.1º | 0.74% | 0.39% | - |
| HSV(B) | 105.1º | 0.85% | 0.69% | - |
| XYZ | 17.57 | 31.79 | 6.19 | - |
| YUV | 124.53 | 72.39 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 26 | 0.64 | 0 | 0.85 | 0.31 | 105.1 | 0.74 | 0.39 |
| Hex | 3F | AF | 1A | 40 | 0 | 55 | 1F | 69 | 4A | 27 |
| Octal | 77 | 257 | 32 | 100 | 0 | 125 | 37 | 151 | 112 | 47 |
| Binary | 111111 | 10101111 | 11010 | 1000000 | 0 | 1010101 | 11111 | 1101001 | 1001010 | 100111 |
Color Harmonies of #3FAF1A
Complementary color
Monochromatic Colors of #3FAF1A
Black with #3FAF1A
Text Example
Text Example
White with #3FAF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAF1A; }
p { color: rgb(63,175,26); }
H1.HeaderClassName
{
color: #3FAF1A;
}
.AnyTagClassName
{
color: #3FAF1A;
}
</style>
background-color css
<style>
a { background-color: #3FAF1A; }
a { background-color: rgb(63,175,26); }
div.DivClassName
{
background-color: #3FAF1A;
}
.BgClassName
{
background-color: #3FAF1A;
}
</style>
border-color css
<style>
span { border-color: #3FAF1A; }
span { border-color: rgb(63,175,26); }
td.TdClassName
{
border-color: #3FAF1A;
}
.TagClassName
{
border-color: #3FAF1A;
}
</style>