Shades of Kelly Green #3FCE10
Tints of Kelly Green #3FCE10
RGB
CMYK
RGB Variations
Color information
#3FCE10 (or 0x3FCE10) is known color: Kelly Green. HEX triplet: 3F, CE and 10. RGB value is (63,206,16). Sum of RGB (Red+Green+Blue) = 63+206+16=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 206 (80.86% from 255 or 72.28% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCE10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCE10 is #C031EF. Grayscale: #8E8E8E. Windows color (decimal): -12595696 or 1101375. OLE color: 1101375.
HSL color Cylindrical-coordinate representation of color #3FCE10: hue angle of 105.16º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FCE10 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 16 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.19 |
| HSL | 105.16º | 0.86% | 0.44% | - |
| HSV(B) | 105.16º | 0.92% | 0.81% | - |
| XYZ | 24.21 | 45.24 | 7.95 | - |
| YUV | 141.58 | 57.12 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 16 | 0.69 | 0 | 0.92 | 0.19 | 105.16 | 0.86 | 0.44 |
| Hex | 3F | CE | 10 | 45 | 0 | 5C | 13 | 69 | 56 | 2C |
| Octal | 77 | 316 | 20 | 105 | 0 | 134 | 23 | 151 | 126 | 54 |
| Binary | 111111 | 11001110 | 10000 | 1000101 | 0 | 1011100 | 10011 | 1101001 | 1010110 | 101100 |
Color Harmonies of #3FCE10
Complementary color
Monochromatic Colors of #3FCE10
Black with #3FCE10
Text Example
Text Example
White with #3FCE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCE10; }
p { color: rgb(63,206,16); }
H1.HeaderClassName
{
color: #3FCE10;
}
.AnyTagClassName
{
color: #3FCE10;
}
</style>
background-color css
<style>
a { background-color: #3FCE10; }
a { background-color: rgb(63,206,16); }
div.DivClassName
{
background-color: #3FCE10;
}
.BgClassName
{
background-color: #3FCE10;
}
</style>
border-color css
<style>
span { border-color: #3FCE10; }
span { border-color: rgb(63,206,16); }
td.TdClassName
{
border-color: #3FCE10;
}
.TagClassName
{
border-color: #3FCE10;
}
</style>