Shades of Apple #5BBC34
Tints of Apple #5BBC34
RGB
CMYK
RGB Variations
Color information
#5BBC34 (or 0x5BBC34) is known color: Apple. HEX triplet: 5B, BC and 34. RGB value is (91,188,52). Sum of RGB (Red+Green+Blue) = 91+188+52=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBC34 is #A443CB. Grayscale: #8F8F8F. Windows color (decimal): -10765260 or 3456091. OLE color: 3456091.
HSL color Cylindrical-coordinate representation of color #5BBC34: hue angle of 102.79º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5BBC34 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 52 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.26 |
| HSL | 102.79º | 0.57% | 0.47% | - |
| HSV(B) | 102.79º | 0.72% | 0.74% | - |
| XYZ | 22.92 | 38.44 | 9.46 | - |
| YUV | 143.49 | 76.36 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 52 | 0.52 | 0 | 0.72 | 0.26 | 102.79 | 0.57 | 0.47 |
| Hex | 5B | BC | 34 | 34 | 0 | 48 | 1A | 67 | 39 | 2F |
| Octal | 133 | 274 | 64 | 64 | 0 | 110 | 32 | 147 | 71 | 57 |
| Binary | 1011011 | 10111100 | 110100 | 110100 | 0 | 1001000 | 11010 | 1100111 | 111001 | 101111 |
Color Harmonies of #5BBC34
Complementary color
Monochromatic Colors of #5BBC34
Black with #5BBC34
Text Example
Text Example
White with #5BBC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC34; }
p { color: rgb(91,188,52); }
H1.HeaderClassName
{
color: #5BBC34;
}
.AnyTagClassName
{
color: #5BBC34;
}
</style>
background-color css
<style>
a { background-color: #5BBC34; }
a { background-color: rgb(91,188,52); }
div.DivClassName
{
background-color: #5BBC34;
}
.BgClassName
{
background-color: #5BBC34;
}
</style>
border-color css
<style>
span { border-color: #5BBC34; }
span { border-color: rgb(91,188,52); }
td.TdClassName
{
border-color: #5BBC34;
}
.TagClassName
{
border-color: #5BBC34;
}
</style>