Shades of Kelly Green #5CD529
Tints of Kelly Green #5CD529
RGB
CMYK
RGB Variations
Color information
#5CD529 (or 0x5CD529) is known color: Kelly Green. HEX triplet: 5C, D5 and 29. RGB value is (92,213,41). Sum of RGB (Red+Green+Blue) = 92+213+41=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #5CD529 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD529 is #A32AD6. Grayscale: #9D9D9D. Windows color (decimal): -10693335 or 2741596. OLE color: 2741596.
HSL color Cylindrical-coordinate representation of color #5CD529: hue angle of 102.21º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5CD529 is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 213 | 41 | - |
| CMYK | 0.57 | 0 | 0.81 | 0.16 |
| HSL | 102.21º | 0.68% | 0.5% | - |
| HSV(B) | 102.21º | 0.81% | 0.84% | - |
| XYZ | 28.61 | 50.02 | 10.25 | - |
| YUV | 157.21 | 62.41 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 213 | 41 | 0.57 | 0 | 0.81 | 0.16 | 102.21 | 0.68 | 0.5 |
| Hex | 5C | D5 | 29 | 39 | 0 | 51 | 10 | 66 | 44 | 32 |
| Octal | 134 | 325 | 51 | 71 | 0 | 121 | 20 | 146 | 104 | 62 |
| Binary | 1011100 | 11010101 | 101001 | 111001 | 0 | 1010001 | 10000 | 1100110 | 1000100 | 110010 |
Color Harmonies of #5CD529
Complementary color
Monochromatic Colors of #5CD529
Black with #5CD529
Text Example
Text Example
White with #5CD529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD529; }
p { color: rgb(92,213,41); }
H1.HeaderClassName
{
color: #5CD529;
}
.AnyTagClassName
{
color: #5CD529;
}
</style>
background-color css
<style>
a { background-color: #5CD529; }
a { background-color: rgb(92,213,41); }
div.DivClassName
{
background-color: #5CD529;
}
.BgClassName
{
background-color: #5CD529;
}
</style>
border-color css
<style>
span { border-color: #5CD529; }
span { border-color: rgb(92,213,41); }
td.TdClassName
{
border-color: #5CD529;
}
.TagClassName
{
border-color: #5CD529;
}
</style>