Shades of Kelly Green #5ED630
Tints of Kelly Green #5ED630
RGB
CMYK
RGB Variations
Color information
#5ED630 (or 0x5ED630) is known color: Kelly Green. HEX triplet: 5E, D6 and 30. RGB value is (94,214,48). Sum of RGB (Red+Green+Blue) = 94+214+48=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED630 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED630 is #A129CF. Grayscale: #9F9F9F. Windows color (decimal): -10562000 or 3200606. OLE color: 3200606.
HSL color Cylindrical-coordinate representation of color #5ED630: hue angle of 103.37º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5ED630 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 214 | 48 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.16 |
| HSL | 103.37º | 0.67% | 0.51% | - |
| HSV(B) | 103.37º | 0.78% | 0.84% | - |
| XYZ | 29.2 | 50.69 | 11.04 | - |
| YUV | 159.2 | 65.24 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 214 | 48 | 0.56 | 0 | 0.78 | 0.16 | 103.37 | 0.67 | 0.51 |
| Hex | 5E | D6 | 30 | 38 | 0 | 4E | 10 | 67 | 43 | 33 |
| Octal | 136 | 326 | 60 | 70 | 0 | 116 | 20 | 147 | 103 | 63 |
| Binary | 1011110 | 11010110 | 110000 | 111000 | 0 | 1001110 | 10000 | 1100111 | 1000011 | 110011 |
Color Harmonies of #5ED630
Complementary color
Monochromatic Colors of #5ED630
Black with #5ED630
Text Example
Text Example
White with #5ED630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED630; }
p { color: rgb(94,214,48); }
H1.HeaderClassName
{
color: #5ED630;
}
.AnyTagClassName
{
color: #5ED630;
}
</style>
background-color css
<style>
a { background-color: #5ED630; }
a { background-color: rgb(94,214,48); }
div.DivClassName
{
background-color: #5ED630;
}
.BgClassName
{
background-color: #5ED630;
}
</style>
border-color css
<style>
span { border-color: #5ED630; }
span { border-color: rgb(94,214,48); }
td.TdClassName
{
border-color: #5ED630;
}
.TagClassName
{
border-color: #5ED630;
}
</style>