Shades of Kelly Green #5DC30D
Tints of Kelly Green #5DC30D
RGB
CMYK
RGB Variations
Color information
#5DC30D (or 0x5DC30D) is known color: Kelly Green. HEX triplet: 5D, C3 and 0D. RGB value is (93,195,13). Sum of RGB (Red+Green+Blue) = 93+195+13=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 195 (76.56% from 255 or 64.78% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC30D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DC30D is #A23CF2. Grayscale: #909090. Windows color (decimal): -10632435 or 901981. OLE color: 901981.
HSL color Cylindrical-coordinate representation of color #5DC30D: hue angle of 93.63º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DC30D is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 195 | 13 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.24 |
| HSL | 93.63º | 0.88% | 0.41% | - |
| HSV(B) | 93.63º | 0.93% | 0.76% | - |
| XYZ | 24.1 | 41.39 | 7.1 | - |
| YUV | 143.75 | 54.21 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 195 | 13 | 0.52 | 0 | 0.93 | 0.24 | 93.63 | 0.88 | 0.41 |
| Hex | 5D | C3 | D | 34 | 0 | 5D | 18 | 5E | 58 | 29 |
| Octal | 135 | 303 | 15 | 64 | 0 | 135 | 30 | 136 | 130 | 51 |
| Binary | 1011101 | 11000011 | 1101 | 110100 | 0 | 1011101 | 11000 | 1011110 | 1011000 | 101001 |
Color Harmonies of #5DC30D
Complementary color
Monochromatic Colors of #5DC30D
Black with #5DC30D
Text Example
Text Example
White with #5DC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC30D; }
p { color: rgb(93,195,13); }
H1.HeaderClassName
{
color: #5DC30D;
}
.AnyTagClassName
{
color: #5DC30D;
}
</style>
background-color css
<style>
a { background-color: #5DC30D; }
a { background-color: rgb(93,195,13); }
div.DivClassName
{
background-color: #5DC30D;
}
.BgClassName
{
background-color: #5DC30D;
}
</style>
border-color css
<style>
span { border-color: #5DC30D; }
span { border-color: rgb(93,195,13); }
td.TdClassName
{
border-color: #5DC30D;
}
.TagClassName
{
border-color: #5DC30D;
}
</style>