Shades of Kelly Green #3FD008
Tints of Kelly Green #3FD008
RGB
CMYK
RGB Variations
Color information
#3FD008 (or 0x3FD008) is known color: Kelly Green. HEX triplet: 3F, D0 and 08. RGB value is (63,208,8). Sum of RGB (Red+Green+Blue) = 63+208+8=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 208 (81.64% from 255 or 74.55% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 208 - color contains mainly: green. Hex color #3FD008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FD008 is #C02FF7. Grayscale: #8E8E8E. Windows color (decimal): -12595192 or 577599. OLE color: 577599.
HSL color Cylindrical-coordinate representation of color #3FD008: hue angle of 103.5º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3FD008 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 208 | 8 | - |
| CMYK | 0.70 | 0 | 0.96 | 0.18 |
| HSL | 103.5º | 0.93% | 0.42% | - |
| HSV(B) | 103.5º | 0.96% | 0.82% | - |
| XYZ | 24.65 | 46.19 | 7.85 | - |
| YUV | 141.85 | 52.46 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 208 | 8 | 0.70 | 0 | 0.96 | 0.18 | 103.5 | 0.93 | 0.42 |
| Hex | 3F | D0 | 8 | 46 | 0 | 60 | 12 | 68 | 5D | 2A |
| Octal | 77 | 320 | 10 | 106 | 0 | 140 | 22 | 150 | 135 | 52 |
| Binary | 111111 | 11010000 | 1000 | 1000110 | 0 | 1100000 | 10010 | 1101000 | 1011101 | 101010 |
Color Harmonies of #3FD008
Complementary color
Monochromatic Colors of #3FD008
Black with #3FD008
Text Example
Text Example
White with #3FD008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD008; }
p { color: rgb(63,208,8); }
H1.HeaderClassName
{
color: #3FD008;
}
.AnyTagClassName
{
color: #3FD008;
}
</style>
background-color css
<style>
a { background-color: #3FD008; }
a { background-color: rgb(63,208,8); }
div.DivClassName
{
background-color: #3FD008;
}
.BgClassName
{
background-color: #3FD008;
}
</style>
border-color css
<style>
span { border-color: #3FD008; }
span { border-color: rgb(63,208,8); }
td.TdClassName
{
border-color: #3FD008;
}
.TagClassName
{
border-color: #3FD008;
}
</style>