Shades of Kelly Green #5CDC30
Tints of Kelly Green #5CDC30
RGB
CMYK
RGB Variations
Color information
#5CDC30 (or 0x5CDC30) is known color: Kelly Green. HEX triplet: 5C, DC and 30. RGB value is (92,220,48). Sum of RGB (Red+Green+Blue) = 92+220+48=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 220 (86.33% from 255 or 61.11% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDC30 is #A323CF. Grayscale: #A2A2A2. Windows color (decimal): -10691536 or 3202140. OLE color: 3202140.
HSL color Cylindrical-coordinate representation of color #5CDC30: hue angle of 104.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5CDC30 is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 48 | - |
| CMYK | 0.58 | 0 | 0.78 | 0.14 |
| HSL | 104.65º | 0.71% | 0.53% | - |
| HSV(B) | 104.65º | 0.78% | 0.86% | - |
| XYZ | 30.54 | 53.68 | 11.55 | - |
| YUV | 162.12 | 63.59 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 48 | 0.58 | 0 | 0.78 | 0.14 | 104.65 | 0.71 | 0.53 |
| Hex | 5C | DC | 30 | 3A | 0 | 4E | E | 69 | 47 | 35 |
| Octal | 134 | 334 | 60 | 72 | 0 | 116 | 16 | 151 | 107 | 65 |
| Binary | 1011100 | 11011100 | 110000 | 111010 | 0 | 1001110 | 1110 | 1101001 | 1000111 | 110101 |
Color Harmonies of #5CDC30
Complementary color
Monochromatic Colors of #5CDC30
Black with #5CDC30
Text Example
Text Example
White with #5CDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDC30; }
p { color: rgb(92,220,48); }
H1.HeaderClassName
{
color: #5CDC30;
}
.AnyTagClassName
{
color: #5CDC30;
}
</style>
background-color css
<style>
a { background-color: #5CDC30; }
a { background-color: rgb(92,220,48); }
div.DivClassName
{
background-color: #5CDC30;
}
.BgClassName
{
background-color: #5CDC30;
}
</style>
border-color css
<style>
span { border-color: #5CDC30; }
span { border-color: rgb(92,220,48); }
td.TdClassName
{
border-color: #5CDC30;
}
.TagClassName
{
border-color: #5CDC30;
}
</style>