Shades of Kelly Green #5BCA30
Tints of Kelly Green #5BCA30
RGB
CMYK
RGB Variations
Color information
#5BCA30 (or 0x5BCA30) is known color: Kelly Green. HEX triplet: 5B, CA and 30. RGB value is (91,202,48). Sum of RGB (Red+Green+Blue) = 91+202+48=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCA30 is #A435CF. Grayscale: #979797. Windows color (decimal): -10761680 or 3197531. OLE color: 3197531.
HSL color Cylindrical-coordinate representation of color #5BCA30: hue angle of 103.25º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5BCA30 is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 202 | 48 | - |
| CMYK | 0.55 | 0 | 0.76 | 0.21 |
| HSL | 103.25º | 0.62% | 0.49% | - |
| HSV(B) | 103.25º | 0.76% | 0.79% | - |
| XYZ | 25.97 | 44.68 | 10.05 | - |
| YUV | 151.26 | 69.73 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 48 | 0.55 | 0 | 0.76 | 0.21 | 103.25 | 0.62 | 0.49 |
| Hex | 5B | CA | 30 | 37 | 0 | 4C | 15 | 67 | 3E | 31 |
| Octal | 133 | 312 | 60 | 67 | 0 | 114 | 25 | 147 | 76 | 61 |
| Binary | 1011011 | 11001010 | 110000 | 110111 | 0 | 1001100 | 10101 | 1100111 | 111110 | 110001 |
Color Harmonies of #5BCA30
Complementary color
Monochromatic Colors of #5BCA30
Black with #5BCA30
Text Example
Text Example
White with #5BCA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCA30; }
p { color: rgb(91,202,48); }
H1.HeaderClassName
{
color: #5BCA30;
}
.AnyTagClassName
{
color: #5BCA30;
}
</style>
background-color css
<style>
a { background-color: #5BCA30; }
a { background-color: rgb(91,202,48); }
div.DivClassName
{
background-color: #5BCA30;
}
.BgClassName
{
background-color: #5BCA30;
}
</style>
border-color css
<style>
span { border-color: #5BCA30; }
span { border-color: rgb(91,202,48); }
td.TdClassName
{
border-color: #5BCA30;
}
.TagClassName
{
border-color: #5BCA30;
}
</style>