Shades of Kelly Green #5CD530
Tints of Kelly Green #5CD530
RGB
CMYK
RGB Variations
Color information
#5CD530 (or 0x5CD530) is known color: Kelly Green. HEX triplet: 5C, D5 and 30. RGB value is (92,213,48). Sum of RGB (Red+Green+Blue) = 92+213+48=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 213 (83.59% from 255 or 60.34% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 213 - color contains mainly: green. Hex color #5CD530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD530 is #A32ACF. Grayscale: #9E9E9E. Windows color (decimal): -10693328 or 3200348. OLE color: 3200348.
HSL color Cylindrical-coordinate representation of color #5CD530: hue angle of 104º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5CD530 is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 213 | 48 | - |
| CMYK | 0.57 | 0 | 0.77 | 0.16 |
| HSL | 104º | 0.66% | 0.51% | - |
| HSV(B) | 104º | 0.77% | 0.84% | - |
| XYZ | 28.74 | 50.08 | 10.95 | - |
| YUV | 158.01 | 65.91 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 213 | 48 | 0.57 | 0 | 0.77 | 0.16 | 104 | 0.66 | 0.51 |
| Hex | 5C | D5 | 30 | 39 | 0 | 4D | 10 | 68 | 42 | 33 |
| Octal | 134 | 325 | 60 | 71 | 0 | 115 | 20 | 150 | 102 | 63 |
| Binary | 1011100 | 11010101 | 110000 | 111001 | 0 | 1001101 | 10000 | 1101000 | 1000010 | 110011 |
Color Harmonies of #5CD530
Complementary color
Monochromatic Colors of #5CD530
Black with #5CD530
Text Example
Text Example
White with #5CD530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD530; }
p { color: rgb(92,213,48); }
H1.HeaderClassName
{
color: #5CD530;
}
.AnyTagClassName
{
color: #5CD530;
}
</style>
background-color css
<style>
a { background-color: #5CD530; }
a { background-color: rgb(92,213,48); }
div.DivClassName
{
background-color: #5CD530;
}
.BgClassName
{
background-color: #5CD530;
}
</style>
border-color css
<style>
span { border-color: #5CD530; }
span { border-color: rgb(92,213,48); }
td.TdClassName
{
border-color: #5CD530;
}
.TagClassName
{
border-color: #5CD530;
}
</style>