Shades of Apple #5BCB4C
Tints of Apple #5BCB4C
RGB
CMYK
RGB Variations
Color information
#5BCB4C (or 0x5BCB4C) is known color: Apple. HEX triplet: 5B, CB and 4C. RGB value is (91,203,76). Sum of RGB (Red+Green+Blue) = 91+203+76=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 203 (79.69% from 255 or 54.86% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCB4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCB4C is #A434B3. Grayscale: #9B9B9B. Windows color (decimal): -10761396 or 5032795. OLE color: 5032795.
HSL color Cylindrical-coordinate representation of color #5BCB4C: hue angle of 112.91º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BCB4C is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 203 | 76 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.20 |
| HSL | 112.91º | 0.55% | 0.55% | - |
| HSV(B) | 112.91º | 0.63% | 0.8% | - |
| XYZ | 26.97 | 45.46 | 14.19 | - |
| YUV | 155.03 | 83.39 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 76 | 0.55 | 0 | 0.63 | 0.20 | 112.91 | 0.55 | 0.55 |
| Hex | 5B | CB | 4C | 37 | 0 | 3F | 14 | 71 | 37 | 37 |
| Octal | 133 | 313 | 114 | 67 | 0 | 77 | 24 | 161 | 67 | 67 |
| Binary | 1011011 | 11001011 | 1001100 | 110111 | 0 | 111111 | 10100 | 1110001 | 110111 | 110111 |
Color Harmonies of #5BCB4C
Complementary color
Monochromatic Colors of #5BCB4C
Black with #5BCB4C
Text Example
Text Example
White with #5BCB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCB4C; }
p { color: rgb(91,203,76); }
H1.HeaderClassName
{
color: #5BCB4C;
}
.AnyTagClassName
{
color: #5BCB4C;
}
</style>
background-color css
<style>
a { background-color: #5BCB4C; }
a { background-color: rgb(91,203,76); }
div.DivClassName
{
background-color: #5BCB4C;
}
.BgClassName
{
background-color: #5BCB4C;
}
</style>
border-color css
<style>
span { border-color: #5BCB4C; }
span { border-color: rgb(91,203,76); }
td.TdClassName
{
border-color: #5BCB4C;
}
.TagClassName
{
border-color: #5BCB4C;
}
</style>