Shades of Kelly Green #5CDB32
Tints of Kelly Green #5CDB32
RGB
CMYK
RGB Variations
Color information
#5CDB32 (or 0x5CDB32) is known color: Kelly Green. HEX triplet: 5C, DB and 32. RGB value is (92,219,50). Sum of RGB (Red+Green+Blue) = 92+219+50=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 219 (85.94% from 255 or 60.66% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDB32 is #A324CD. Grayscale: #A2A2A2. Windows color (decimal): -10691790 or 3332956. OLE color: 3332956.
HSL color Cylindrical-coordinate representation of color #5CDB32: hue angle of 105.09º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5CDB32 is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 219 | 50 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.14 |
| HSL | 105.09º | 0.7% | 0.53% | - |
| HSV(B) | 105.09º | 0.77% | 0.86% | - |
| XYZ | 30.32 | 53.17 | 11.68 | - |
| YUV | 161.76 | 64.92 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 50 | 0.58 | 0 | 0.77 | 0.14 | 105.09 | 0.7 | 0.53 |
| Hex | 5C | DB | 32 | 3A | 0 | 4D | E | 69 | 46 | 35 |
| Octal | 134 | 333 | 62 | 72 | 0 | 115 | 16 | 151 | 106 | 65 |
| Binary | 1011100 | 11011011 | 110010 | 111010 | 0 | 1001101 | 1110 | 1101001 | 1000110 | 110101 |
Color Harmonies of #5CDB32
Complementary color
Monochromatic Colors of #5CDB32
Black with #5CDB32
Text Example
Text Example
White with #5CDB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDB32; }
p { color: rgb(92,219,50); }
H1.HeaderClassName
{
color: #5CDB32;
}
.AnyTagClassName
{
color: #5CDB32;
}
</style>
background-color css
<style>
a { background-color: #5CDB32; }
a { background-color: rgb(92,219,50); }
div.DivClassName
{
background-color: #5CDB32;
}
.BgClassName
{
background-color: #5CDB32;
}
</style>
border-color css
<style>
span { border-color: #5CDB32; }
span { border-color: rgb(92,219,50); }
td.TdClassName
{
border-color: #5CDB32;
}
.TagClassName
{
border-color: #5CDB32;
}
</style>