Shades of Kelly Green #5BC302
Tints of Kelly Green #5BC302
RGB
CMYK
RGB Variations
Color information
#5BC302 (or 0x5BC302) is known color: Kelly Green. HEX triplet: 5B, C3 and 02. RGB value is (91,195,2). Sum of RGB (Red+Green+Blue) = 91+195+2=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 195 (76.56% from 255 or 67.71% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 195 - color contains mainly: green. Hex color #5BC302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BC302 is #A43CFD. Grayscale: #8E8E8E. Windows color (decimal): -10763518 or 181083. OLE color: 181083.
HSL color Cylindrical-coordinate representation of color #5BC302: hue angle of 92.33º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5BC302 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 195 | 2 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.24 |
| HSL | 92.33º | 0.98% | 0.39% | - |
| HSV(B) | 92.33º | 0.99% | 0.76% | - |
| XYZ | 23.84 | 41.26 | 6.76 | - |
| YUV | 141.9 | 49.04 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 195 | 2 | 0.53 | 0 | 0.99 | 0.24 | 92.33 | 0.98 | 0.39 |
| Hex | 5B | C3 | 2 | 35 | 0 | 63 | 18 | 5C | 62 | 27 |
| Octal | 133 | 303 | 2 | 65 | 0 | 143 | 30 | 134 | 142 | 47 |
| Binary | 1011011 | 11000011 | 10 | 110101 | 0 | 1100011 | 11000 | 1011100 | 1100010 | 100111 |
Color Harmonies of #5BC302
Complementary color
Monochromatic Colors of #5BC302
Black with #5BC302
Text Example
Text Example
White with #5BC302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC302; }
p { color: rgb(91,195,2); }
H1.HeaderClassName
{
color: #5BC302;
}
.AnyTagClassName
{
color: #5BC302;
}
</style>
background-color css
<style>
a { background-color: #5BC302; }
a { background-color: rgb(91,195,2); }
div.DivClassName
{
background-color: #5BC302;
}
.BgClassName
{
background-color: #5BC302;
}
</style>
border-color css
<style>
span { border-color: #5BC302; }
span { border-color: rgb(91,195,2); }
td.TdClassName
{
border-color: #5BC302;
}
.TagClassName
{
border-color: #5BC302;
}
</style>