Shades of Kelly Green #5BCA2A
Tints of Kelly Green #5BCA2A
RGB
CMYK
RGB Variations
Color information
#5BCA2A (or 0x5BCA2A) is known color: Kelly Green. HEX triplet: 5B, CA and 2A. RGB value is (91,202,42). Sum of RGB (Red+Green+Blue) = 91+202+42=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 202 (79.30% from 255 or 60.30% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCA2A is #A435D5. Grayscale: #979797. Windows color (decimal): -10761686 or 2804315. OLE color: 2804315.
HSL color Cylindrical-coordinate representation of color #5BCA2A: hue angle of 101.62º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5BCA2A is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 202 | 42 | - |
| CMYK | 0.55 | 0 | 0.79 | 0.21 |
| HSL | 101.63º | 0.66% | 0.48% | - |
| HSV(B) | 101.63º | 0.79% | 0.79% | - |
| XYZ | 25.85 | 44.63 | 9.44 | - |
| YUV | 150.57 | 66.73 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 42 | 0.55 | 0 | 0.79 | 0.21 | 101.63 | 0.66 | 0.48 |
| Hex | 5B | CA | 2A | 37 | 0 | 4F | 15 | 66 | 42 | 30 |
| Octal | 133 | 312 | 52 | 67 | 0 | 117 | 25 | 146 | 102 | 60 |
| Binary | 1011011 | 11001010 | 101010 | 110111 | 0 | 1001111 | 10101 | 1100110 | 1000010 | 110000 |
Color Harmonies of #5BCA2A
Complementary color
Monochromatic Colors of #5BCA2A
Black with #5BCA2A
Text Example
Text Example
White with #5BCA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCA2A; }
p { color: rgb(91,202,42); }
H1.HeaderClassName
{
color: #5BCA2A;
}
.AnyTagClassName
{
color: #5BCA2A;
}
</style>
background-color css
<style>
a { background-color: #5BCA2A; }
a { background-color: rgb(91,202,42); }
div.DivClassName
{
background-color: #5BCA2A;
}
.BgClassName
{
background-color: #5BCA2A;
}
</style>
border-color css
<style>
span { border-color: #5BCA2A; }
span { border-color: rgb(91,202,42); }
td.TdClassName
{
border-color: #5BCA2A;
}
.TagClassName
{
border-color: #5BCA2A;
}
</style>