Shades of Kelly Green #5BCA1B
Tints of Kelly Green #5BCA1B
RGB
CMYK
RGB Variations
Color information
#5BCA1B (or 0x5BCA1B) is known color: Kelly Green. HEX triplet: 5B, CA and 1B. RGB value is (91,202,27). Sum of RGB (Red+Green+Blue) = 91+202+27=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 202 (79.30% from 255 or 63.12% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCA1B is #A435E4. Grayscale: #959595. Windows color (decimal): -10761701 or 1821275. OLE color: 1821275.
HSL color Cylindrical-coordinate representation of color #5BCA1B: hue angle of 98.06º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5BCA1B is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 202 | 27 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.21 |
| HSL | 98.06º | 0.76% | 0.45% | - |
| HSV(B) | 98.06º | 0.87% | 0.79% | - |
| XYZ | 25.63 | 44.54 | 8.28 | - |
| YUV | 148.86 | 59.23 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 27 | 0.55 | 0 | 0.87 | 0.21 | 98.06 | 0.76 | 0.45 |
| Hex | 5B | CA | 1B | 37 | 0 | 57 | 15 | 62 | 4C | 2D |
| Octal | 133 | 312 | 33 | 67 | 0 | 127 | 25 | 142 | 114 | 55 |
| Binary | 1011011 | 11001010 | 11011 | 110111 | 0 | 1010111 | 10101 | 1100010 | 1001100 | 101101 |
Color Harmonies of #5BCA1B
Complementary color
Monochromatic Colors of #5BCA1B
Black with #5BCA1B
Text Example
Text Example
White with #5BCA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCA1B; }
p { color: rgb(91,202,27); }
H1.HeaderClassName
{
color: #5BCA1B;
}
.AnyTagClassName
{
color: #5BCA1B;
}
</style>
background-color css
<style>
a { background-color: #5BCA1B; }
a { background-color: rgb(91,202,27); }
div.DivClassName
{
background-color: #5BCA1B;
}
.BgClassName
{
background-color: #5BCA1B;
}
</style>
border-color css
<style>
span { border-color: #5BCA1B; }
span { border-color: rgb(91,202,27); }
td.TdClassName
{
border-color: #5BCA1B;
}
.TagClassName
{
border-color: #5BCA1B;
}
</style>