Shades of Kelly Green #5ACC30
Tints of Kelly Green #5ACC30
RGB
CMYK
RGB Variations
Color information
#5ACC30 (or 0x5ACC30) is known color: Kelly Green. HEX triplet: 5A, CC and 30. RGB value is (90,204,48). Sum of RGB (Red+Green+Blue) = 90+204+48=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 204 (80.08% from 255 or 59.65% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACC30 is #A533CF. Grayscale: #989898. Windows color (decimal): -10826704 or 3198042. OLE color: 3198042.
HSL color Cylindrical-coordinate representation of color #5ACC30: hue angle of 103.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5ACC30 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 204 | 48 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.2 |
| HSL | 103.85º | 0.62% | 0.49% | - |
| HSV(B) | 103.85º | 0.76% | 0.8% | - |
| XYZ | 26.34 | 45.57 | 10.2 | - |
| YUV | 152.13 | 69.23 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 48 | 0.56 | 0 | 0.76 | 0.2 | 103.85 | 0.62 | 0.49 |
| Hex | 5A | CC | 30 | 38 | 0 | 4C | 14 | 68 | 3E | 31 |
| Octal | 132 | 314 | 60 | 70 | 0 | 114 | 24 | 150 | 76 | 61 |
| Binary | 1011010 | 11001100 | 110000 | 111000 | 0 | 1001100 | 10100 | 1101000 | 111110 | 110001 |
Color Harmonies of #5ACC30
Complementary color
Monochromatic Colors of #5ACC30
Black with #5ACC30
Text Example
Text Example
White with #5ACC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACC30; }
p { color: rgb(90,204,48); }
H1.HeaderClassName
{
color: #5ACC30;
}
.AnyTagClassName
{
color: #5ACC30;
}
</style>
background-color css
<style>
a { background-color: #5ACC30; }
a { background-color: rgb(90,204,48); }
div.DivClassName
{
background-color: #5ACC30;
}
.BgClassName
{
background-color: #5ACC30;
}
</style>
border-color css
<style>
span { border-color: #5ACC30; }
span { border-color: rgb(90,204,48); }
td.TdClassName
{
border-color: #5ACC30;
}
.TagClassName
{
border-color: #5ACC30;
}
</style>