Shades of Kelly Green #5EC30C
Tints of Kelly Green #5EC30C
RGB
CMYK
RGB Variations
Color information
#5EC30C (or 0x5EC30C) is known color: Kelly Green. HEX triplet: 5E, C3 and 0C. RGB value is (94,195,12). Sum of RGB (Red+Green+Blue) = 94+195+12=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 195 (76.56% from 255 or 64.78% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 195 - color contains mainly: green. Hex color #5EC30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EC30C is #A13CF3. Grayscale: #909090. Windows color (decimal): -10566900 or 836446. OLE color: 836446.
HSL color Cylindrical-coordinate representation of color #5EC30C: hue angle of 93.11º 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 #5EC30C is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 195 | 12 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.24 |
| HSL | 93.11º | 0.88% | 0.41% | - |
| HSV(B) | 93.11º | 0.94% | 0.76% | - |
| XYZ | 24.2 | 41.44 | 7.07 | - |
| YUV | 143.94 | 53.54 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 195 | 12 | 0.52 | 0 | 0.94 | 0.24 | 93.11 | 0.88 | 0.41 |
| Hex | 5E | C3 | C | 34 | 0 | 5E | 18 | 5D | 58 | 29 |
| Octal | 136 | 303 | 14 | 64 | 0 | 136 | 30 | 135 | 130 | 51 |
| Binary | 1011110 | 11000011 | 1100 | 110100 | 0 | 1011110 | 11000 | 1011101 | 1011000 | 101001 |
Color Harmonies of #5EC30C
Complementary color
Monochromatic Colors of #5EC30C
Black with #5EC30C
Text Example
Text Example
White with #5EC30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC30C; }
p { color: rgb(94,195,12); }
H1.HeaderClassName
{
color: #5EC30C;
}
.AnyTagClassName
{
color: #5EC30C;
}
</style>
background-color css
<style>
a { background-color: #5EC30C; }
a { background-color: rgb(94,195,12); }
div.DivClassName
{
background-color: #5EC30C;
}
.BgClassName
{
background-color: #5EC30C;
}
</style>
border-color css
<style>
span { border-color: #5EC30C; }
span { border-color: rgb(94,195,12); }
td.TdClassName
{
border-color: #5EC30C;
}
.TagClassName
{
border-color: #5EC30C;
}
</style>