Shades of Kelly Green #3FC408
Tints of Kelly Green #3FC408
RGB
CMYK
RGB Variations
Color information
#3FC408 (or 0x3FC408) is known color: Kelly Green. HEX triplet: 3F, C4 and 08. RGB value is (63,196,8). Sum of RGB (Red+Green+Blue) = 63+196+8=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 196 (76.95% from 255 or 73.41% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC408 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FC408 is #C03BF7. Grayscale: #878787. Windows color (decimal): -12598264 or 574527. OLE color: 574527.
HSL color Cylindrical-coordinate representation of color #3FC408: hue angle of 102.45º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3FC408 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 196 | 8 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.23 |
| HSL | 102.45º | 0.92% | 0.4% | - |
| HSV(B) | 102.45º | 0.96% | 0.77% | - |
| XYZ | 21.83 | 40.55 | 6.91 | - |
| YUV | 134.8 | 56.44 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 196 | 8 | 0.68 | 0 | 0.96 | 0.23 | 102.45 | 0.92 | 0.4 |
| Hex | 3F | C4 | 8 | 44 | 0 | 60 | 17 | 66 | 5C | 28 |
| Octal | 77 | 304 | 10 | 104 | 0 | 140 | 27 | 146 | 134 | 50 |
| Binary | 111111 | 11000100 | 1000 | 1000100 | 0 | 1100000 | 10111 | 1100110 | 1011100 | 101000 |
Color Harmonies of #3FC408
Complementary color
Monochromatic Colors of #3FC408
Black with #3FC408
Text Example
Text Example
White with #3FC408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC408; }
p { color: rgb(63,196,8); }
H1.HeaderClassName
{
color: #3FC408;
}
.AnyTagClassName
{
color: #3FC408;
}
</style>
background-color css
<style>
a { background-color: #3FC408; }
a { background-color: rgb(63,196,8); }
div.DivClassName
{
background-color: #3FC408;
}
.BgClassName
{
background-color: #3FC408;
}
</style>
border-color css
<style>
span { border-color: #3FC408; }
span { border-color: rgb(63,196,8); }
td.TdClassName
{
border-color: #3FC408;
}
.TagClassName
{
border-color: #3FC408;
}
</style>