Shades of Kelly Green #5BC205
Tints of Kelly Green #5BC205
RGB
CMYK
RGB Variations
Color information
#5BC205 (or 0x5BC205) is known color: Kelly Green. HEX triplet: 5B, C2 and 05. RGB value is (91,194,5). Sum of RGB (Red+Green+Blue) = 91+194+5=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 194 (76.17% from 255 or 66.90% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC205 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BC205 is #A43DFA. Grayscale: #8E8E8E. Windows color (decimal): -10763771 or 377435. OLE color: 377435.
HSL color Cylindrical-coordinate representation of color #5BC205: hue angle of 92.7º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5BC205 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 194 | 5 | - |
| CMYK | 0.53 | 0 | 0.97 | 0.24 |
| HSL | 92.7º | 0.95% | 0.39% | - |
| HSV(B) | 92.7º | 0.97% | 0.76% | - |
| XYZ | 23.63 | 40.82 | 6.78 | - |
| YUV | 141.66 | 50.88 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 194 | 5 | 0.53 | 0 | 0.97 | 0.24 | 92.7 | 0.95 | 0.39 |
| Hex | 5B | C2 | 5 | 35 | 0 | 61 | 18 | 5D | 5F | 27 |
| Octal | 133 | 302 | 5 | 65 | 0 | 141 | 30 | 135 | 137 | 47 |
| Binary | 1011011 | 11000010 | 101 | 110101 | 0 | 1100001 | 11000 | 1011101 | 1011111 | 100111 |
Color Harmonies of #5BC205
Complementary color
Monochromatic Colors of #5BC205
Black with #5BC205
Text Example
Text Example
White with #5BC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC205; }
p { color: rgb(91,194,5); }
H1.HeaderClassName
{
color: #5BC205;
}
.AnyTagClassName
{
color: #5BC205;
}
</style>
background-color css
<style>
a { background-color: #5BC205; }
a { background-color: rgb(91,194,5); }
div.DivClassName
{
background-color: #5BC205;
}
.BgClassName
{
background-color: #5BC205;
}
</style>
border-color css
<style>
span { border-color: #5BC205; }
span { border-color: rgb(91,194,5); }
td.TdClassName
{
border-color: #5BC205;
}
.TagClassName
{
border-color: #5BC205;
}
</style>