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