Shades of Kelly Green #5DC42D
Tints of Kelly Green #5DC42D
RGB
CMYK
RGB Variations
Color information
#5DC42D (or 0x5DC42D) is known color: Kelly Green. HEX triplet: 5D, C4 and 2D. RGB value is (93,196,45). Sum of RGB (Red+Green+Blue) = 93+196+45=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 196 (76.95% from 255 or 58.68% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 196 - color contains mainly: green. Hex color #5DC42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC42D is #A23BD2. Grayscale: #949494. Windows color (decimal): -10632147 or 2999389. OLE color: 2999389.
HSL color Cylindrical-coordinate representation of color #5DC42D: hue angle of 100.93º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DC42D is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 196 | 45 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.23 |
| HSL | 100.93º | 0.63% | 0.47% | - |
| HSV(B) | 100.93º | 0.77% | 0.77% | - |
| XYZ | 24.73 | 42 | 9.29 | - |
| YUV | 147.99 | 69.88 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 196 | 45 | 0.53 | 0 | 0.77 | 0.23 | 100.93 | 0.63 | 0.47 |
| Hex | 5D | C4 | 2D | 35 | 0 | 4D | 17 | 65 | 3F | 2F |
| Octal | 135 | 304 | 55 | 65 | 0 | 115 | 27 | 145 | 77 | 57 |
| Binary | 1011101 | 11000100 | 101101 | 110101 | 0 | 1001101 | 10111 | 1100101 | 111111 | 101111 |
Color Harmonies of #5DC42D
Complementary color
Monochromatic Colors of #5DC42D
Black with #5DC42D
Text Example
Text Example
White with #5DC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC42D; }
p { color: rgb(93,196,45); }
H1.HeaderClassName
{
color: #5DC42D;
}
.AnyTagClassName
{
color: #5DC42D;
}
</style>
background-color css
<style>
a { background-color: #5DC42D; }
a { background-color: rgb(93,196,45); }
div.DivClassName
{
background-color: #5DC42D;
}
.BgClassName
{
background-color: #5DC42D;
}
</style>
border-color css
<style>
span { border-color: #5DC42D; }
span { border-color: rgb(93,196,45); }
td.TdClassName
{
border-color: #5DC42D;
}
.TagClassName
{
border-color: #5DC42D;
}
</style>