Shades of Kelly Green #3FAE05
Tints of Kelly Green #3FAE05
RGB
CMYK
RGB Variations
Color information
#3FAE05 (or 0x3FAE05) is known color: Kelly Green. HEX triplet: 3F, AE and 05. RGB value is (63,174,5). Sum of RGB (Red+Green+Blue) = 63+174+5=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 174 (68.36% from 255 or 71.90% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 174 - color contains mainly: green. Hex color #3FAE05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FAE05 is #C051FA. Grayscale: #7A7A7A. Windows color (decimal): -12603899 or 372287. OLE color: 372287.
HSL color Cylindrical-coordinate representation of color #3FAE05: hue angle of 99.41º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FAE05 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 174 | 5 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.32 |
| HSL | 99.41º | 0.94% | 0.35% | - |
| HSV(B) | 99.41º | 0.97% | 0.68% | - |
| XYZ | 17.21 | 31.34 | 5.29 | - |
| YUV | 121.55 | 62.23 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 5 | 0.64 | 0 | 0.97 | 0.32 | 99.41 | 0.94 | 0.35 |
| Hex | 3F | AE | 5 | 40 | 0 | 61 | 20 | 63 | 5E | 23 |
| Octal | 77 | 256 | 5 | 100 | 0 | 141 | 40 | 143 | 136 | 43 |
| Binary | 111111 | 10101110 | 101 | 1000000 | 0 | 1100001 | 100000 | 1100011 | 1011110 | 100011 |
Color Harmonies of #3FAE05
Complementary color
Monochromatic Colors of #3FAE05
Black with #3FAE05
Text Example
Text Example
White with #3FAE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAE05; }
p { color: rgb(63,174,5); }
H1.HeaderClassName
{
color: #3FAE05;
}
.AnyTagClassName
{
color: #3FAE05;
}
</style>
background-color css
<style>
a { background-color: #3FAE05; }
a { background-color: rgb(63,174,5); }
div.DivClassName
{
background-color: #3FAE05;
}
.BgClassName
{
background-color: #3FAE05;
}
</style>
border-color css
<style>
span { border-color: #3FAE05; }
span { border-color: rgb(63,174,5); }
td.TdClassName
{
border-color: #3FAE05;
}
.TagClassName
{
border-color: #3FAE05;
}
</style>