Shades of Kelly Green #3CD215
Tints of Kelly Green #3CD215
RGB
CMYK
RGB Variations
Color information
#3CD215 (or 0x3CD215) is known color: Kelly Green. HEX triplet: 3C, D2 and 15. RGB value is (60,210,21). Sum of RGB (Red+Green+Blue) = 60+210+21=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 210 (82.42% from 255 or 72.16% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CD215 is #C32DEA. Grayscale: #909090. Windows color (decimal): -12791275 or 1430076. OLE color: 1430076.
HSL color Cylindrical-coordinate representation of color #3CD215: hue angle of 107.62º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CD215 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 210 | 21 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.18 |
| HSL | 107.62º | 0.82% | 0.45% | - |
| HSV(B) | 107.62º | 0.9% | 0.82% | - |
| XYZ | 25.05 | 47.11 | 8.48 | - |
| YUV | 143.6 | 58.81 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 210 | 21 | 0.71 | 0 | 0.90 | 0.18 | 107.62 | 0.82 | 0.45 |
| Hex | 3C | D2 | 15 | 47 | 0 | 5A | 12 | 6C | 52 | 2D |
| Octal | 74 | 322 | 25 | 107 | 0 | 132 | 22 | 154 | 122 | 55 |
| Binary | 111100 | 11010010 | 10101 | 1000111 | 0 | 1011010 | 10010 | 1101100 | 1010010 | 101101 |
Color Harmonies of #3CD215
Complementary color
Monochromatic Colors of #3CD215
Black with #3CD215
Text Example
Text Example
White with #3CD215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD215; }
p { color: rgb(60,210,21); }
H1.HeaderClassName
{
color: #3CD215;
}
.AnyTagClassName
{
color: #3CD215;
}
</style>
background-color css
<style>
a { background-color: #3CD215; }
a { background-color: rgb(60,210,21); }
div.DivClassName
{
background-color: #3CD215;
}
.BgClassName
{
background-color: #3CD215;
}
</style>
border-color css
<style>
span { border-color: #3CD215; }
span { border-color: rgb(60,210,21); }
td.TdClassName
{
border-color: #3CD215;
}
.TagClassName
{
border-color: #3CD215;
}
</style>