Shades of Kelly Green #3CCD10
Tints of Kelly Green #3CCD10
RGB
CMYK
RGB Variations
Color information
#3CCD10 (or 0x3CCD10) is known color: Kelly Green. HEX triplet: 3C, CD and 10. RGB value is (60,205,16). Sum of RGB (Red+Green+Blue) = 60+205+16=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 205 (80.47% from 255 or 72.95% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCD10 is #C332EF. Grayscale: #8C8C8C. Windows color (decimal): -12792560 or 1101116. OLE color: 1101116.
HSL color Cylindrical-coordinate representation of color #3CCD10: hue angle of 106.03º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CCD10 is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 205 | 16 | - |
| CMYK | 0.71 | 0 | 0.92 | 0.20 |
| HSL | 106.03º | 0.86% | 0.43% | - |
| HSV(B) | 106.03º | 0.92% | 0.8% | - |
| XYZ | 23.79 | 44.66 | 7.86 | - |
| YUV | 140.1 | 57.96 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 16 | 0.71 | 0 | 0.92 | 0.20 | 106.03 | 0.86 | 0.43 |
| Hex | 3C | CD | 10 | 47 | 0 | 5C | 14 | 6A | 56 | 2B |
| Octal | 74 | 315 | 20 | 107 | 0 | 134 | 24 | 152 | 126 | 53 |
| Binary | 111100 | 11001101 | 10000 | 1000111 | 0 | 1011100 | 10100 | 1101010 | 1010110 | 101011 |
Color Harmonies of #3CCD10
Complementary color
Monochromatic Colors of #3CCD10
Black with #3CCD10
Text Example
Text Example
White with #3CCD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCD10; }
p { color: rgb(60,205,16); }
H1.HeaderClassName
{
color: #3CCD10;
}
.AnyTagClassName
{
color: #3CCD10;
}
</style>
background-color css
<style>
a { background-color: #3CCD10; }
a { background-color: rgb(60,205,16); }
div.DivClassName
{
background-color: #3CCD10;
}
.BgClassName
{
background-color: #3CCD10;
}
</style>
border-color css
<style>
span { border-color: #3CCD10; }
span { border-color: rgb(60,205,16); }
td.TdClassName
{
border-color: #3CCD10;
}
.TagClassName
{
border-color: #3CCD10;
}
</style>