Shades of Kelly Green #5BDC1E
Tints of Kelly Green #5BDC1E
RGB
CMYK
RGB Variations
Color information
#5BDC1E (or 0x5BDC1E) is known color: Kelly Green. HEX triplet: 5B, DC and 1E. RGB value is (91,220,30). Sum of RGB (Red+Green+Blue) = 91+220+30=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDC1E is #A423E1. Grayscale: #A0A0A0. Windows color (decimal): -10757090 or 2022491. OLE color: 2022491.
HSL color Cylindrical-coordinate representation of color #5BDC1E: hue angle of 100.74º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5BDC1E is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 30 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.14 |
| HSL | 100.74º | 0.76% | 0.49% | - |
| HSV(B) | 100.74º | 0.86% | 0.86% | - |
| XYZ | 30.14 | 53.5 | 9.97 | - |
| YUV | 159.77 | 54.76 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 30 | 0.59 | 0 | 0.86 | 0.14 | 100.74 | 0.76 | 0.49 |
| Hex | 5B | DC | 1E | 3B | 0 | 56 | E | 65 | 4C | 31 |
| Octal | 133 | 334 | 36 | 73 | 0 | 126 | 16 | 145 | 114 | 61 |
| Binary | 1011011 | 11011100 | 11110 | 111011 | 0 | 1010110 | 1110 | 1100101 | 1001100 | 110001 |
Color Harmonies of #5BDC1E
Complementary color
Monochromatic Colors of #5BDC1E
Black with #5BDC1E
Text Example
Text Example
White with #5BDC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDC1E; }
p { color: rgb(91,220,30); }
H1.HeaderClassName
{
color: #5BDC1E;
}
.AnyTagClassName
{
color: #5BDC1E;
}
</style>
background-color css
<style>
a { background-color: #5BDC1E; }
a { background-color: rgb(91,220,30); }
div.DivClassName
{
background-color: #5BDC1E;
}
.BgClassName
{
background-color: #5BDC1E;
}
</style>
border-color css
<style>
span { border-color: #5BDC1E; }
span { border-color: rgb(91,220,30); }
td.TdClassName
{
border-color: #5BDC1E;
}
.TagClassName
{
border-color: #5BDC1E;
}
</style>