Shades of Kelly Green #3FAA05
Tints of Kelly Green #3FAA05
RGB
CMYK
RGB Variations
Color information
#3FAA05 (or 0x3FAA05) is known color: Kelly Green. HEX triplet: 3F, AA and 05. RGB value is (63,170,5). Sum of RGB (Red+Green+Blue) = 63+170+5=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 170 (66.80% from 255 or 71.43% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FAA05 is #C055FA. Grayscale: #777777. Windows color (decimal): -12604923 or 371263. OLE color: 371263.
HSL color Cylindrical-coordinate representation of color #3FAA05: hue angle of 98.91º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FAA05 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 170 | 5 | - |
| CMYK | 0.63 | 0 | 0.97 | 0.33 |
| HSL | 98.91º | 0.94% | 0.34% | - |
| HSV(B) | 98.91º | 0.97% | 0.67% | - |
| XYZ | 16.45 | 29.82 | 5.03 | - |
| YUV | 119.2 | 63.55 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 5 | 0.63 | 0 | 0.97 | 0.33 | 98.91 | 0.94 | 0.34 |
| Hex | 3F | AA | 5 | 3F | 0 | 61 | 21 | 63 | 5E | 22 |
| Octal | 77 | 252 | 5 | 77 | 0 | 141 | 41 | 143 | 136 | 42 |
| Binary | 111111 | 10101010 | 101 | 111111 | 0 | 1100001 | 100001 | 1100011 | 1011110 | 100010 |
Color Harmonies of #3FAA05
Complementary color
Monochromatic Colors of #3FAA05
Black with #3FAA05
Text Example
Text Example
White with #3FAA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAA05; }
p { color: rgb(63,170,5); }
H1.HeaderClassName
{
color: #3FAA05;
}
.AnyTagClassName
{
color: #3FAA05;
}
</style>
background-color css
<style>
a { background-color: #3FAA05; }
a { background-color: rgb(63,170,5); }
div.DivClassName
{
background-color: #3FAA05;
}
.BgClassName
{
background-color: #3FAA05;
}
</style>
border-color css
<style>
span { border-color: #3FAA05; }
span { border-color: rgb(63,170,5); }
td.TdClassName
{
border-color: #3FAA05;
}
.TagClassName
{
border-color: #3FAA05;
}
</style>