Shades of Kelly Green #3CD214
Tints of Kelly Green #3CD214
RGB
CMYK
RGB Variations
Color information
#3CD214 (or 0x3CD214) is known color: Kelly Green. HEX triplet: 3C, D2 and 14. RGB value is (60,210,20). Sum of RGB (Red+Green+Blue) = 60+210+20=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 210 (82.42% from 255 or 72.41% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD214 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CD214 is #C32DEB. Grayscale: #909090. Windows color (decimal): -12791276 or 1364540. OLE color: 1364540.
HSL color Cylindrical-coordinate representation of color #3CD214: hue angle of 107.37º degrees, saturation: 0.83, 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 #3CD214 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 210 | 20 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.18 |
| HSL | 107.37º | 0.83% | 0.45% | - |
| HSV(B) | 107.37º | 0.9% | 0.82% | - |
| XYZ | 25.04 | 47.1 | 8.43 | - |
| YUV | 143.49 | 58.31 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 210 | 20 | 0.71 | 0 | 0.90 | 0.18 | 107.37 | 0.83 | 0.45 |
| Hex | 3C | D2 | 14 | 47 | 0 | 5A | 12 | 6B | 53 | 2D |
| Octal | 74 | 322 | 24 | 107 | 0 | 132 | 22 | 153 | 123 | 55 |
| Binary | 111100 | 11010010 | 10100 | 1000111 | 0 | 1011010 | 10010 | 1101011 | 1010011 | 101101 |
Color Harmonies of #3CD214
Complementary color
Monochromatic Colors of #3CD214
Black with #3CD214
Text Example
Text Example
White with #3CD214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD214; }
p { color: rgb(60,210,20); }
H1.HeaderClassName
{
color: #3CD214;
}
.AnyTagClassName
{
color: #3CD214;
}
</style>
background-color css
<style>
a { background-color: #3CD214; }
a { background-color: rgb(60,210,20); }
div.DivClassName
{
background-color: #3CD214;
}
.BgClassName
{
background-color: #3CD214;
}
</style>
border-color css
<style>
span { border-color: #3CD214; }
span { border-color: rgb(60,210,20); }
td.TdClassName
{
border-color: #3CD214;
}
.TagClassName
{
border-color: #3CD214;
}
</style>