Shades of Kelly Green #5CDB30
Tints of Kelly Green #5CDB30
RGB
CMYK
RGB Variations
Color information
#5CDB30 (or 0x5CDB30) is known color: Kelly Green. HEX triplet: 5C, DB and 30. RGB value is (92,219,48). Sum of RGB (Red+Green+Blue) = 92+219+48=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 219 (85.94% from 255 or 61.00% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDB30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDB30 is #A324CF. Grayscale: #A2A2A2. Windows color (decimal): -10691792 or 3201884. OLE color: 3201884.
HSL color Cylindrical-coordinate representation of color #5CDB30: hue angle of 104.56º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5CDB30 is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 219 | 48 | - |
| CMYK | 0.58 | 0 | 0.78 | 0.14 |
| HSL | 104.56º | 0.7% | 0.52% | - |
| HSV(B) | 104.56º | 0.78% | 0.86% | - |
| XYZ | 30.28 | 53.15 | 11.46 | - |
| YUV | 161.53 | 63.92 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 48 | 0.58 | 0 | 0.78 | 0.14 | 104.56 | 0.7 | 0.52 |
| Hex | 5C | DB | 30 | 3A | 0 | 4E | E | 69 | 46 | 34 |
| Octal | 134 | 333 | 60 | 72 | 0 | 116 | 16 | 151 | 106 | 64 |
| Binary | 1011100 | 11011011 | 110000 | 111010 | 0 | 1001110 | 1110 | 1101001 | 1000110 | 110100 |
Color Harmonies of #5CDB30
Complementary color
Monochromatic Colors of #5CDB30
Black with #5CDB30
Text Example
Text Example
White with #5CDB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDB30; }
p { color: rgb(92,219,48); }
H1.HeaderClassName
{
color: #5CDB30;
}
.AnyTagClassName
{
color: #5CDB30;
}
</style>
background-color css
<style>
a { background-color: #5CDB30; }
a { background-color: rgb(92,219,48); }
div.DivClassName
{
background-color: #5CDB30;
}
.BgClassName
{
background-color: #5CDB30;
}
</style>
border-color css
<style>
span { border-color: #5CDB30; }
span { border-color: rgb(92,219,48); }
td.TdClassName
{
border-color: #5CDB30;
}
.TagClassName
{
border-color: #5CDB30;
}
</style>