Shades of Apple #5BC034
Tints of Apple #5BC034
RGB
CMYK
RGB Variations
Color information
#5BC034 (or 0x5BC034) is known color: Apple. HEX triplet: 5B, C0 and 34. RGB value is (91,192,52). Sum of RGB (Red+Green+Blue) = 91+192+52=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC034 is #A43FCB. Grayscale: #929292. Windows color (decimal): -10764236 or 3457115. OLE color: 3457115.
HSL color Cylindrical-coordinate representation of color #5BC034: hue angle of 103.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5BC034 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 52 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.25 |
| HSL | 103.29º | 0.57% | 0.48% | - |
| HSV(B) | 103.29º | 0.73% | 0.75% | - |
| XYZ | 23.78 | 40.17 | 9.75 | - |
| YUV | 145.84 | 75.04 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 52 | 0.53 | 0 | 0.73 | 0.25 | 103.29 | 0.57 | 0.48 |
| Hex | 5B | C0 | 34 | 35 | 0 | 49 | 19 | 67 | 39 | 30 |
| Octal | 133 | 300 | 64 | 65 | 0 | 111 | 31 | 147 | 71 | 60 |
| Binary | 1011011 | 11000000 | 110100 | 110101 | 0 | 1001001 | 11001 | 1100111 | 111001 | 110000 |
Color Harmonies of #5BC034
Complementary color
Monochromatic Colors of #5BC034
Black with #5BC034
Text Example
Text Example
White with #5BC034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC034; }
p { color: rgb(91,192,52); }
H1.HeaderClassName
{
color: #5BC034;
}
.AnyTagClassName
{
color: #5BC034;
}
</style>
background-color css
<style>
a { background-color: #5BC034; }
a { background-color: rgb(91,192,52); }
div.DivClassName
{
background-color: #5BC034;
}
.BgClassName
{
background-color: #5BC034;
}
</style>
border-color css
<style>
span { border-color: #5BC034; }
span { border-color: rgb(91,192,52); }
td.TdClassName
{
border-color: #5BC034;
}
.TagClassName
{
border-color: #5BC034;
}
</style>