Shades of Kelly Green #3FDA07
Tints of Kelly Green #3FDA07
RGB
CMYK
RGB Variations
Color information
#3FDA07 (or 0x3FDA07) is known color: Kelly Green. HEX triplet: 3F, DA and 07. RGB value is (63,218,7). Sum of RGB (Red+Green+Blue) = 63+218+7=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 218 (85.55% from 255 or 75.69% from 288); Blue value is 7 (3.12% from 255 or 2.43% from 288); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDA07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDA07 is #C025F8. Grayscale: #949494. Windows color (decimal): -12592633 or 514623. OLE color: 514623.
HSL color Cylindrical-coordinate representation of color #3FDA07: hue angle of 104.08º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FDA07 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 218 | 7 | - |
| CMYK | 0.71 | 0 | 0.97 | 0.15 |
| HSL | 104.08º | 0.94% | 0.44% | - |
| HSV(B) | 104.08º | 0.97% | 0.85% | - |
| XYZ | 27.16 | 51.21 | 8.66 | - |
| YUV | 147.6 | 48.65 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 7 | 0.71 | 0 | 0.97 | 0.15 | 104.08 | 0.94 | 0.44 |
| Hex | 3F | DA | 7 | 47 | 0 | 61 | F | 68 | 5E | 2C |
| Octal | 77 | 332 | 7 | 107 | 0 | 141 | 17 | 150 | 136 | 54 |
| Binary | 111111 | 11011010 | 111 | 1000111 | 0 | 1100001 | 1111 | 1101000 | 1011110 | 101100 |
Color Harmonies of #3FDA07
Complementary color
Monochromatic Colors of #3FDA07
Black with #3FDA07
Text Example
Text Example
White with #3FDA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDA07; }
p { color: rgb(63,218,7); }
H1.HeaderClassName
{
color: #3FDA07;
}
.AnyTagClassName
{
color: #3FDA07;
}
</style>
background-color css
<style>
a { background-color: #3FDA07; }
a { background-color: rgb(63,218,7); }
div.DivClassName
{
background-color: #3FDA07;
}
.BgClassName
{
background-color: #3FDA07;
}
</style>
border-color css
<style>
span { border-color: #3FDA07; }
span { border-color: rgb(63,218,7); }
td.TdClassName
{
border-color: #3FDA07;
}
.TagClassName
{
border-color: #3FDA07;
}
</style>