Shades of Kelly Green #5DB30C
Tints of Kelly Green #5DB30C
RGB
CMYK
RGB Variations
Color information
#5DB30C (or 0x5DB30C) is known color: Kelly Green. HEX triplet: 5D, B3 and 0C. RGB value is (93,179,12). Sum of RGB (Red+Green+Blue) = 93+179+12=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 179 (70.31% from 255 or 63.03% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DB30C is #A24CF3. Grayscale: #868686. Windows color (decimal): -10636532 or 832349. OLE color: 832349.
HSL color Cylindrical-coordinate representation of color #5DB30C: hue angle of 90.9º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DB30C is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 12 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.30 |
| HSL | 90.9º | 0.87% | 0.37% | - |
| HSV(B) | 90.9º | 0.93% | 0.7% | - |
| XYZ | 20.7 | 34.59 | 5.93 | - |
| YUV | 134.25 | 59.01 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 12 | 0.48 | 0 | 0.93 | 0.30 | 90.9 | 0.87 | 0.37 |
| Hex | 5D | B3 | C | 30 | 0 | 5D | 1E | 5B | 57 | 25 |
| Octal | 135 | 263 | 14 | 60 | 0 | 135 | 36 | 133 | 127 | 45 |
| Binary | 1011101 | 10110011 | 1100 | 110000 | 0 | 1011101 | 11110 | 1011011 | 1010111 | 100101 |
Color Harmonies of #5DB30C
Complementary color
Monochromatic Colors of #5DB30C
Black with #5DB30C
Text Example
Text Example
White with #5DB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB30C; }
p { color: rgb(93,179,12); }
H1.HeaderClassName
{
color: #5DB30C;
}
.AnyTagClassName
{
color: #5DB30C;
}
</style>
background-color css
<style>
a { background-color: #5DB30C; }
a { background-color: rgb(93,179,12); }
div.DivClassName
{
background-color: #5DB30C;
}
.BgClassName
{
background-color: #5DB30C;
}
</style>
border-color css
<style>
span { border-color: #5DB30C; }
span { border-color: rgb(93,179,12); }
td.TdClassName
{
border-color: #5DB30C;
}
.TagClassName
{
border-color: #5DB30C;
}
</style>