Shades of Kelly Green #3FCD12
Tints of Kelly Green #3FCD12
RGB
CMYK
RGB Variations
Color information
#3FCD12 (or 0x3FCD12) is known color: Kelly Green. HEX triplet: 3F, CD and 12. RGB value is (63,205,18). Sum of RGB (Red+Green+Blue) = 63+205+18=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 205 (80.47% from 255 or 71.68% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCD12 is #C032ED. Grayscale: #8D8D8D. Windows color (decimal): -12595950 or 1232191. OLE color: 1232191.
HSL color Cylindrical-coordinate representation of color #3FCD12: hue angle of 105.56º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FCD12 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 18 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.20 |
| HSL | 105.56º | 0.84% | 0.44% | - |
| HSV(B) | 105.56º | 0.91% | 0.8% | - |
| XYZ | 23.99 | 44.76 | 7.95 | - |
| YUV | 141.22 | 58.46 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 18 | 0.69 | 0 | 0.91 | 0.20 | 105.56 | 0.84 | 0.44 |
| Hex | 3F | CD | 12 | 45 | 0 | 5B | 14 | 6A | 54 | 2C |
| Octal | 77 | 315 | 22 | 105 | 0 | 133 | 24 | 152 | 124 | 54 |
| Binary | 111111 | 11001101 | 10010 | 1000101 | 0 | 1011011 | 10100 | 1101010 | 1010100 | 101100 |
Color Harmonies of #3FCD12
Complementary color
Monochromatic Colors of #3FCD12
Black with #3FCD12
Text Example
Text Example
White with #3FCD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD12; }
p { color: rgb(63,205,18); }
H1.HeaderClassName
{
color: #3FCD12;
}
.AnyTagClassName
{
color: #3FCD12;
}
</style>
background-color css
<style>
a { background-color: #3FCD12; }
a { background-color: rgb(63,205,18); }
div.DivClassName
{
background-color: #3FCD12;
}
.BgClassName
{
background-color: #3FCD12;
}
</style>
border-color css
<style>
span { border-color: #3FCD12; }
span { border-color: rgb(63,205,18); }
td.TdClassName
{
border-color: #3FCD12;
}
.TagClassName
{
border-color: #3FCD12;
}
</style>