Shades of Kelly Green #3CCD16
Tints of Kelly Green #3CCD16
RGB
CMYK
RGB Variations
Color information
#3CCD16 (or 0x3CCD16) is known color: Kelly Green. HEX triplet: 3C, CD and 16. RGB value is (60,205,22). Sum of RGB (Red+Green+Blue) = 60+205+22=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 205 (80.47% from 255 or 71.43% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCD16 is #C332E9. Grayscale: #8D8D8D. Windows color (decimal): -12792554 or 1494332. OLE color: 1494332.
HSL color Cylindrical-coordinate representation of color #3CCD16: hue angle of 107.54º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CCD16 is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 205 | 22 | - |
| CMYK | 0.71 | 0 | 0.89 | 0.20 |
| HSL | 107.54º | 0.81% | 0.45% | - |
| HSV(B) | 107.54º | 0.89% | 0.8% | - |
| XYZ | 23.84 | 44.68 | 8.13 | - |
| YUV | 140.78 | 60.96 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 22 | 0.71 | 0 | 0.89 | 0.20 | 107.54 | 0.81 | 0.45 |
| Hex | 3C | CD | 16 | 47 | 0 | 59 | 14 | 6C | 51 | 2D |
| Octal | 74 | 315 | 26 | 107 | 0 | 131 | 24 | 154 | 121 | 55 |
| Binary | 111100 | 11001101 | 10110 | 1000111 | 0 | 1011001 | 10100 | 1101100 | 1010001 | 101101 |
Color Harmonies of #3CCD16
Complementary color
Monochromatic Colors of #3CCD16
Black with #3CCD16
Text Example
Text Example
White with #3CCD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCD16; }
p { color: rgb(60,205,22); }
H1.HeaderClassName
{
color: #3CCD16;
}
.AnyTagClassName
{
color: #3CCD16;
}
</style>
background-color css
<style>
a { background-color: #3CCD16; }
a { background-color: rgb(60,205,22); }
div.DivClassName
{
background-color: #3CCD16;
}
.BgClassName
{
background-color: #3CCD16;
}
</style>
border-color css
<style>
span { border-color: #3CCD16; }
span { border-color: rgb(60,205,22); }
td.TdClassName
{
border-color: #3CCD16;
}
.TagClassName
{
border-color: #3CCD16;
}
</style>