Shades of Kelly Green #3FD205
Tints of Kelly Green #3FD205
RGB
CMYK
RGB Variations
Color information
#3FD205 (or 0x3FD205) is known color: Kelly Green. HEX triplet: 3F, D2 and 05. RGB value is (63,210,5). Sum of RGB (Red+Green+Blue) = 63+210+5=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 210 (82.42% from 255 or 75.54% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 210 - color contains mainly: green. Hex color #3FD205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FD205 is #C02DFA. Grayscale: #8F8F8F. Windows color (decimal): -12594683 or 381503. OLE color: 381503.
HSL color Cylindrical-coordinate representation of color #3FD205: hue angle of 103.02º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FD205 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 210 | 5 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.18 |
| HSL | 103.02º | 0.95% | 0.42% | - |
| HSV(B) | 103.02º | 0.98% | 0.82% | - |
| XYZ | 25.12 | 47.16 | 7.92 | - |
| YUV | 142.68 | 50.3 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 210 | 5 | 0.70 | 0 | 0.98 | 0.18 | 103.02 | 0.95 | 0.42 |
| Hex | 3F | D2 | 5 | 46 | 0 | 62 | 12 | 67 | 5F | 2A |
| Octal | 77 | 322 | 5 | 106 | 0 | 142 | 22 | 147 | 137 | 52 |
| Binary | 111111 | 11010010 | 101 | 1000110 | 0 | 1100010 | 10010 | 1100111 | 1011111 | 101010 |
Color Harmonies of #3FD205
Complementary color
Monochromatic Colors of #3FD205
Black with #3FD205
Text Example
Text Example
White with #3FD205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD205; }
p { color: rgb(63,210,5); }
H1.HeaderClassName
{
color: #3FD205;
}
.AnyTagClassName
{
color: #3FD205;
}
</style>
background-color css
<style>
a { background-color: #3FD205; }
a { background-color: rgb(63,210,5); }
div.DivClassName
{
background-color: #3FD205;
}
.BgClassName
{
background-color: #3FD205;
}
</style>
border-color css
<style>
span { border-color: #3FD205; }
span { border-color: rgb(63,210,5); }
td.TdClassName
{
border-color: #3FD205;
}
.TagClassName
{
border-color: #3FD205;
}
</style>