Shades of Kelly Green #3FA800
Tints of Kelly Green #3FA800
RGB
CMYK
RGB Variations
Color information
#3FA800 (or 0x3FA800) is known color: Kelly Green. HEX triplet: 3F, A8 and 00. RGB value is (63,168,0). Sum of RGB (Red+Green+Blue) = 63+168+0=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 168 (66.02% from 255 or 72.73% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 168 - color contains mainly: green. Hex color #3FA800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA800 is #C057FF. Grayscale: #767676. Windows color (decimal): -12605440 or 43071. OLE color: 43071.
HSL color Cylindrical-coordinate representation of color #3FA800: hue angle of 97.5º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FA800 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 63 | 168 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.34 |
| HSL | 97.5º | 1% | 0.33% | - |
| HSV(B) | 97.5º | 1% | 0.66% | - |
| XYZ | 16.05 | 29.06 | 4.76 | - |
| YUV | 117.45 | 61.71 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 168 | 0 | 0.63 | 0 | 1 | 0.34 | 97.5 | 1 | 0.33 |
| Hex | 3F | A8 | 0 | 3F | 0 | 64 | 22 | 62 | 64 | 21 |
| Octal | 77 | 250 | 0 | 77 | 0 | 144 | 42 | 142 | 144 | 41 |
| Binary | 111111 | 10101000 | 0 | 111111 | 0 | 1100100 | 100010 | 1100010 | 1100100 | 100001 |
Color Harmonies of #3FA800
Complementary color
Monochromatic Colors of #3FA800
Black with #3FA800
Text Example
Text Example
White with #3FA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA800; }
p { color: rgb(63,168,0); }
H1.HeaderClassName
{
color: #3FA800;
}
.AnyTagClassName
{
color: #3FA800;
}
</style>
background-color css
<style>
a { background-color: #3FA800; }
a { background-color: rgb(63,168,0); }
div.DivClassName
{
background-color: #3FA800;
}
.BgClassName
{
background-color: #3FA800;
}
</style>
border-color css
<style>
span { border-color: #3FA800; }
span { border-color: rgb(63,168,0); }
td.TdClassName
{
border-color: #3FA800;
}
.TagClassName
{
border-color: #3FA800;
}
</style>