Shades of Kelly Green #5ACB30
Tints of Kelly Green #5ACB30
RGB
CMYK
RGB Variations
Color information
#5ACB30 (or 0x5ACB30) is known color: Kelly Green. HEX triplet: 5A, CB and 30. RGB value is (90,203,48). Sum of RGB (Red+Green+Blue) = 90+203+48=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACB30 is #A534CF. Grayscale: #989898. Windows color (decimal): -10826960 or 3197786. OLE color: 3197786.
HSL color Cylindrical-coordinate representation of color #5ACB30: hue angle of 103.74º 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 #5ACB30 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 48 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.20 |
| HSL | 103.74º | 0.62% | 0.49% | - |
| HSV(B) | 103.74º | 0.76% | 0.8% | - |
| XYZ | 26.11 | 45.1 | 10.13 | - |
| YUV | 151.54 | 69.56 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 48 | 0.56 | 0 | 0.76 | 0.20 | 103.74 | 0.62 | 0.49 |
| Hex | 5A | CB | 30 | 38 | 0 | 4C | 14 | 68 | 3E | 31 |
| Octal | 132 | 313 | 60 | 70 | 0 | 114 | 24 | 150 | 76 | 61 |
| Binary | 1011010 | 11001011 | 110000 | 111000 | 0 | 1001100 | 10100 | 1101000 | 111110 | 110001 |
Color Harmonies of #5ACB30
Complementary color
Monochromatic Colors of #5ACB30
Black with #5ACB30
Text Example
Text Example
White with #5ACB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACB30; }
p { color: rgb(90,203,48); }
H1.HeaderClassName
{
color: #5ACB30;
}
.AnyTagClassName
{
color: #5ACB30;
}
</style>
background-color css
<style>
a { background-color: #5ACB30; }
a { background-color: rgb(90,203,48); }
div.DivClassName
{
background-color: #5ACB30;
}
.BgClassName
{
background-color: #5ACB30;
}
</style>
border-color css
<style>
span { border-color: #5ACB30; }
span { border-color: rgb(90,203,48); }
td.TdClassName
{
border-color: #5ACB30;
}
.TagClassName
{
border-color: #5ACB30;
}
</style>