Shades of Kelly Green #5BC320
Tints of Kelly Green #5BC320
RGB
CMYK
RGB Variations
Color information
#5BC320 (or 0x5BC320) is known color: Kelly Green. HEX triplet: 5B, C3 and 20. RGB value is (91,195,32). Sum of RGB (Red+Green+Blue) = 91+195+32=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 195 (76.56% from 255 or 61.32% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 195 - color contains mainly: green. Hex color #5BC320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC320 is #A43CDF. Grayscale: #919191. Windows color (decimal): -10763488 or 2147163. OLE color: 2147163.
HSL color Cylindrical-coordinate representation of color #5BC320: hue angle of 98.28º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5BC320 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 195 | 32 | - |
| CMYK | 0.53 | 0 | 0.84 | 0.24 |
| HSL | 98.28º | 0.72% | 0.45% | - |
| HSV(B) | 98.28º | 0.84% | 0.76% | - |
| XYZ | 24.09 | 41.36 | 8.08 | - |
| YUV | 145.32 | 64.04 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 195 | 32 | 0.53 | 0 | 0.84 | 0.24 | 98.28 | 0.72 | 0.45 |
| Hex | 5B | C3 | 20 | 35 | 0 | 54 | 18 | 62 | 48 | 2D |
| Octal | 133 | 303 | 40 | 65 | 0 | 124 | 30 | 142 | 110 | 55 |
| Binary | 1011011 | 11000011 | 100000 | 110101 | 0 | 1010100 | 11000 | 1100010 | 1001000 | 101101 |
Color Harmonies of #5BC320
Complementary color
Monochromatic Colors of #5BC320
Black with #5BC320
Text Example
Text Example
White with #5BC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC320; }
p { color: rgb(91,195,32); }
H1.HeaderClassName
{
color: #5BC320;
}
.AnyTagClassName
{
color: #5BC320;
}
</style>
background-color css
<style>
a { background-color: #5BC320; }
a { background-color: rgb(91,195,32); }
div.DivClassName
{
background-color: #5BC320;
}
.BgClassName
{
background-color: #5BC320;
}
</style>
border-color css
<style>
span { border-color: #5BC320; }
span { border-color: rgb(91,195,32); }
td.TdClassName
{
border-color: #5BC320;
}
.TagClassName
{
border-color: #5BC320;
}
</style>