Shades of Kelly Green #3CC816
Tints of Kelly Green #3CC816
RGB
CMYK
RGB Variations
Color information
#3CC816 (or 0x3CC816) is known color: Kelly Green. HEX triplet: 3C, C8 and 16. RGB value is (60,200,22). Sum of RGB (Red+Green+Blue) = 60+200+22=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 200 (78.52% from 255 or 70.92% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC816 is #C337E9. Grayscale: #8A8A8A. Windows color (decimal): -12793834 or 1493052. OLE color: 1493052.
HSL color Cylindrical-coordinate representation of color #3CC816: hue angle of 107.19º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CC816 is Cyan = 0.7, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 200 | 22 | - |
| CMYK | 0.7 | 0 | 0.89 | 0.22 |
| HSL | 107.19º | 0.8% | 0.44% | - |
| HSV(B) | 107.19º | 0.89% | 0.78% | - |
| XYZ | 22.66 | 42.33 | 7.73 | - |
| YUV | 137.85 | 62.62 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 200 | 22 | 0.7 | 0 | 0.89 | 0.22 | 107.19 | 0.8 | 0.44 |
| Hex | 3C | C8 | 16 | 46 | 0 | 59 | 16 | 6B | 50 | 2C |
| Octal | 74 | 310 | 26 | 106 | 0 | 131 | 26 | 153 | 120 | 54 |
| Binary | 111100 | 11001000 | 10110 | 1000110 | 0 | 1011001 | 10110 | 1101011 | 1010000 | 101100 |
Color Harmonies of #3CC816
Complementary color
Monochromatic Colors of #3CC816
Black with #3CC816
Text Example
Text Example
White with #3CC816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC816; }
p { color: rgb(60,200,22); }
H1.HeaderClassName
{
color: #3CC816;
}
.AnyTagClassName
{
color: #3CC816;
}
</style>
background-color css
<style>
a { background-color: #3CC816; }
a { background-color: rgb(60,200,22); }
div.DivClassName
{
background-color: #3CC816;
}
.BgClassName
{
background-color: #3CC816;
}
</style>
border-color css
<style>
span { border-color: #3CC816; }
span { border-color: rgb(60,200,22); }
td.TdClassName
{
border-color: #3CC816;
}
.TagClassName
{
border-color: #3CC816;
}
</style>