Shades of Kelly Green #5BDD30
Tints of Kelly Green #5BDD30
RGB
CMYK
RGB Variations
Color information
#5BDD30 (or 0x5BDD30) is known color: Kelly Green. HEX triplet: 5B, DD and 30. RGB value is (91,221,48). Sum of RGB (Red+Green+Blue) = 91+221+48=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 221 (86.72% from 255 or 61.39% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 221 - color contains mainly: green. Hex color #5BDD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDD30 is #A422CF. Grayscale: #A2A2A2. Windows color (decimal): -10756816 or 3202395. OLE color: 3202395.
HSL color Cylindrical-coordinate representation of color #5BDD30: hue angle of 105.09º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5BDD30 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 48 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.13 |
| HSL | 105.09º | 0.72% | 0.53% | - |
| HSV(B) | 105.09º | 0.78% | 0.87% | - |
| XYZ | 30.7 | 54.15 | 11.63 | - |
| YUV | 162.41 | 63.43 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 48 | 0.59 | 0 | 0.78 | 0.13 | 105.09 | 0.72 | 0.53 |
| Hex | 5B | DD | 30 | 3B | 0 | 4E | D | 69 | 48 | 35 |
| Octal | 133 | 335 | 60 | 73 | 0 | 116 | 15 | 151 | 110 | 65 |
| Binary | 1011011 | 11011101 | 110000 | 111011 | 0 | 1001110 | 1101 | 1101001 | 1001000 | 110101 |
Color Harmonies of #5BDD30
Complementary color
Monochromatic Colors of #5BDD30
Black with #5BDD30
Text Example
Text Example
White with #5BDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDD30; }
p { color: rgb(91,221,48); }
H1.HeaderClassName
{
color: #5BDD30;
}
.AnyTagClassName
{
color: #5BDD30;
}
</style>
background-color css
<style>
a { background-color: #5BDD30; }
a { background-color: rgb(91,221,48); }
div.DivClassName
{
background-color: #5BDD30;
}
.BgClassName
{
background-color: #5BDD30;
}
</style>
border-color css
<style>
span { border-color: #5BDD30; }
span { border-color: rgb(91,221,48); }
td.TdClassName
{
border-color: #5BDD30;
}
.TagClassName
{
border-color: #5BDD30;
}
</style>