Shades of Kelly Green #5CD50A
Tints of Kelly Green #5CD50A
RGB
CMYK
RGB Variations
Color information
#5CD50A (or 0x5CD50A) is known color: Kelly Green. HEX triplet: 5C, D5 and 0A. RGB value is (92,213,10). Sum of RGB (Red+Green+Blue) = 92+213+10=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 213 (83.59% from 255 or 67.62% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 213 - color contains mainly: green. Hex color #5CD50A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CD50A is #A32AF5. Grayscale: #9A9A9A. Windows color (decimal): -10693366 or 709980. OLE color: 709980.
HSL color Cylindrical-coordinate representation of color #5CD50A: hue angle of 95.76º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5CD50A is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 213 | 10 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.16 |
| HSL | 95.76º | 0.91% | 0.44% | - |
| HSV(B) | 95.76º | 0.95% | 0.84% | - |
| XYZ | 28.26 | 49.89 | 8.43 | - |
| YUV | 153.68 | 46.91 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 213 | 10 | 0.57 | 0 | 0.95 | 0.16 | 95.76 | 0.91 | 0.44 |
| Hex | 5C | D5 | A | 39 | 0 | 5F | 10 | 60 | 5B | 2C |
| Octal | 134 | 325 | 12 | 71 | 0 | 137 | 20 | 140 | 133 | 54 |
| Binary | 1011100 | 11010101 | 1010 | 111001 | 0 | 1011111 | 10000 | 1100000 | 1011011 | 101100 |
Color Harmonies of #5CD50A
Complementary color
Monochromatic Colors of #5CD50A
Black with #5CD50A
Text Example
Text Example
White with #5CD50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD50A; }
p { color: rgb(92,213,10); }
H1.HeaderClassName
{
color: #5CD50A;
}
.AnyTagClassName
{
color: #5CD50A;
}
</style>
background-color css
<style>
a { background-color: #5CD50A; }
a { background-color: rgb(92,213,10); }
div.DivClassName
{
background-color: #5CD50A;
}
.BgClassName
{
background-color: #5CD50A;
}
</style>
border-color css
<style>
span { border-color: #5CD50A; }
span { border-color: rgb(92,213,10); }
td.TdClassName
{
border-color: #5CD50A;
}
.TagClassName
{
border-color: #5CD50A;
}
</style>