Shades of Kelly Green #5BCB30
Tints of Kelly Green #5BCB30
RGB
CMYK
RGB Variations
Color information
#5BCB30 (or 0x5BCB30) is known color: Kelly Green. HEX triplet: 5B, CB and 30. RGB value is (91,203,48). Sum of RGB (Red+Green+Blue) = 91+203+48=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 203 (79.69% from 255 or 59.36% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCB30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCB30 is #A434CF. Grayscale: #989898. Windows color (decimal): -10761424 or 3197787. OLE color: 3197787.
HSL color Cylindrical-coordinate representation of color #5BCB30: hue angle of 103.35º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5BCB30 is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 203 | 48 | - |
| CMYK | 0.55 | 0 | 0.76 | 0.20 |
| HSL | 103.35º | 0.62% | 0.49% | - |
| HSV(B) | 103.35º | 0.76% | 0.8% | - |
| XYZ | 26.2 | 45.15 | 10.13 | - |
| YUV | 151.84 | 69.39 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 48 | 0.55 | 0 | 0.76 | 0.20 | 103.35 | 0.62 | 0.49 |
| Hex | 5B | CB | 30 | 37 | 0 | 4C | 14 | 67 | 3E | 31 |
| Octal | 133 | 313 | 60 | 67 | 0 | 114 | 24 | 147 | 76 | 61 |
| Binary | 1011011 | 11001011 | 110000 | 110111 | 0 | 1001100 | 10100 | 1100111 | 111110 | 110001 |
Color Harmonies of #5BCB30
Complementary color
Monochromatic Colors of #5BCB30
Black with #5BCB30
Text Example
Text Example
White with #5BCB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCB30; }
p { color: rgb(91,203,48); }
H1.HeaderClassName
{
color: #5BCB30;
}
.AnyTagClassName
{
color: #5BCB30;
}
</style>
background-color css
<style>
a { background-color: #5BCB30; }
a { background-color: rgb(91,203,48); }
div.DivClassName
{
background-color: #5BCB30;
}
.BgClassName
{
background-color: #5BCB30;
}
</style>
border-color css
<style>
span { border-color: #5BCB30; }
span { border-color: rgb(91,203,48); }
td.TdClassName
{
border-color: #5BCB30;
}
.TagClassName
{
border-color: #5BCB30;
}
</style>