Shades of Kelly Green #5AE525
Tints of Kelly Green #5AE525
RGB
CMYK
RGB Variations
Color information
#5AE525 (or 0x5AE525) is known color: Kelly Green. HEX triplet: 5A, E5 and 25. RGB value is (90,229,37). Sum of RGB (Red+Green+Blue) = 90+229+37=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 229 (89.84% from 255 or 64.33% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE525 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AE525 is #A51ADA. Grayscale: #A6A6A6. Windows color (decimal): -10820315 or 2483546. OLE color: 2483546.
HSL color Cylindrical-coordinate representation of color #5AE525: hue angle of 103.44º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5AE525 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 229 | 37 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.10 |
| HSL | 103.44º | 0.79% | 0.52% | - |
| HSV(B) | 103.44º | 0.84% | 0.9% | - |
| XYZ | 32.57 | 58.35 | 11.3 | - |
| YUV | 165.55 | 55.45 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 229 | 37 | 0.61 | 0 | 0.84 | 0.10 | 103.44 | 0.79 | 0.52 |
| Hex | 5A | E5 | 25 | 3D | 0 | 54 | A | 67 | 4F | 34 |
| Octal | 132 | 345 | 45 | 75 | 0 | 124 | 12 | 147 | 117 | 64 |
| Binary | 1011010 | 11100101 | 100101 | 111101 | 0 | 1010100 | 1010 | 1100111 | 1001111 | 110100 |
Color Harmonies of #5AE525
Complementary color
Monochromatic Colors of #5AE525
Black with #5AE525
Text Example
Text Example
White with #5AE525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE525; }
p { color: rgb(90,229,37); }
H1.HeaderClassName
{
color: #5AE525;
}
.AnyTagClassName
{
color: #5AE525;
}
</style>
background-color css
<style>
a { background-color: #5AE525; }
a { background-color: rgb(90,229,37); }
div.DivClassName
{
background-color: #5AE525;
}
.BgClassName
{
background-color: #5AE525;
}
</style>
border-color css
<style>
span { border-color: #5AE525; }
span { border-color: rgb(90,229,37); }
td.TdClassName
{
border-color: #5AE525;
}
.TagClassName
{
border-color: #5AE525;
}
</style>