Shades of Kelly Green #5DCA30
Tints of Kelly Green #5DCA30
RGB
CMYK
RGB Variations
Color information
#5DCA30 (or 0x5DCA30) is known color: Kelly Green. HEX triplet: 5D, CA and 30. RGB value is (93,202,48). Sum of RGB (Red+Green+Blue) = 93+202+48=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCA30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCA30 is #A235CF. Grayscale: #989898. Windows color (decimal): -10630608 or 3197533. OLE color: 3197533.
HSL color Cylindrical-coordinate representation of color #5DCA30: hue angle of 102.47º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5DCA30 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 202 | 48 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.21 |
| HSL | 102.47º | 0.62% | 0.49% | - |
| HSV(B) | 102.47º | 0.76% | 0.79% | - |
| XYZ | 26.17 | 44.78 | 10.06 | - |
| YUV | 151.85 | 69.39 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 202 | 48 | 0.54 | 0 | 0.76 | 0.21 | 102.47 | 0.62 | 0.49 |
| Hex | 5D | CA | 30 | 36 | 0 | 4C | 15 | 66 | 3E | 31 |
| Octal | 135 | 312 | 60 | 66 | 0 | 114 | 25 | 146 | 76 | 61 |
| Binary | 1011101 | 11001010 | 110000 | 110110 | 0 | 1001100 | 10101 | 1100110 | 111110 | 110001 |
Color Harmonies of #5DCA30
Complementary color
Monochromatic Colors of #5DCA30
Black with #5DCA30
Text Example
Text Example
White with #5DCA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCA30; }
p { color: rgb(93,202,48); }
H1.HeaderClassName
{
color: #5DCA30;
}
.AnyTagClassName
{
color: #5DCA30;
}
</style>
background-color css
<style>
a { background-color: #5DCA30; }
a { background-color: rgb(93,202,48); }
div.DivClassName
{
background-color: #5DCA30;
}
.BgClassName
{
background-color: #5DCA30;
}
</style>
border-color css
<style>
span { border-color: #5DCA30; }
span { border-color: rgb(93,202,48); }
td.TdClassName
{
border-color: #5DCA30;
}
.TagClassName
{
border-color: #5DCA30;
}
</style>