Shades of Kelly Green #5CD50C
Tints of Kelly Green #5CD50C
RGB
CMYK
RGB Variations
Color information
#5CD50C (or 0x5CD50C) is known color: Kelly Green. HEX triplet: 5C, D5 and 0C. RGB value is (92,213,12). Sum of RGB (Red+Green+Blue) = 92+213+12=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 213 (83.59% from 255 or 67.19% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 213 - color contains mainly: green. Hex color #5CD50C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CD50C is #A32AF3. Grayscale: #9A9A9A. Windows color (decimal): -10693364 or 841052. OLE color: 841052.
HSL color Cylindrical-coordinate representation of color #5CD50C: hue angle of 96.12º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5CD50C is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 213 | 12 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.16 |
| HSL | 96.12º | 0.89% | 0.44% | - |
| HSV(B) | 96.12º | 0.94% | 0.84% | - |
| XYZ | 28.27 | 49.89 | 8.49 | - |
| YUV | 153.91 | 47.91 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 213 | 12 | 0.57 | 0 | 0.94 | 0.16 | 96.12 | 0.89 | 0.44 |
| Hex | 5C | D5 | C | 39 | 0 | 5E | 10 | 60 | 59 | 2C |
| Octal | 134 | 325 | 14 | 71 | 0 | 136 | 20 | 140 | 131 | 54 |
| Binary | 1011100 | 11010101 | 1100 | 111001 | 0 | 1011110 | 10000 | 1100000 | 1011001 | 101100 |
Color Harmonies of #5CD50C
Complementary color
Monochromatic Colors of #5CD50C
Black with #5CD50C
Text Example
Text Example
White with #5CD50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD50C; }
p { color: rgb(92,213,12); }
H1.HeaderClassName
{
color: #5CD50C;
}
.AnyTagClassName
{
color: #5CD50C;
}
</style>
background-color css
<style>
a { background-color: #5CD50C; }
a { background-color: rgb(92,213,12); }
div.DivClassName
{
background-color: #5CD50C;
}
.BgClassName
{
background-color: #5CD50C;
}
</style>
border-color css
<style>
span { border-color: #5CD50C; }
span { border-color: rgb(92,213,12); }
td.TdClassName
{
border-color: #5CD50C;
}
.TagClassName
{
border-color: #5CD50C;
}
</style>