Shades of Apple #5BBF34
Tints of Apple #5BBF34
RGB
CMYK
RGB Variations
Color information
#5BBF34 (or 0x5BBF34) is known color: Apple. HEX triplet: 5B, BF and 34. RGB value is (91,191,52). Sum of RGB (Red+Green+Blue) = 91+191+52=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #5BBF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBF34 is #A440CB. Grayscale: #919191. Windows color (decimal): -10764492 or 3456859. OLE color: 3456859.
HSL color Cylindrical-coordinate representation of color #5BBF34: hue angle of 103.17º 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 #5BBF34 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 191 | 52 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.25 |
| HSL | 103.17º | 0.57% | 0.48% | - |
| HSV(B) | 103.17º | 0.73% | 0.75% | - |
| XYZ | 23.57 | 39.73 | 9.68 | - |
| YUV | 145.25 | 75.37 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 191 | 52 | 0.52 | 0 | 0.73 | 0.25 | 103.17 | 0.57 | 0.48 |
| Hex | 5B | BF | 34 | 34 | 0 | 49 | 19 | 67 | 39 | 30 |
| Octal | 133 | 277 | 64 | 64 | 0 | 111 | 31 | 147 | 71 | 60 |
| Binary | 1011011 | 10111111 | 110100 | 110100 | 0 | 1001001 | 11001 | 1100111 | 111001 | 110000 |
Color Harmonies of #5BBF34
Complementary color
Monochromatic Colors of #5BBF34
Black with #5BBF34
Text Example
Text Example
White with #5BBF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBF34; }
p { color: rgb(91,191,52); }
H1.HeaderClassName
{
color: #5BBF34;
}
.AnyTagClassName
{
color: #5BBF34;
}
</style>
background-color css
<style>
a { background-color: #5BBF34; }
a { background-color: rgb(91,191,52); }
div.DivClassName
{
background-color: #5BBF34;
}
.BgClassName
{
background-color: #5BBF34;
}
</style>
border-color css
<style>
span { border-color: #5BBF34; }
span { border-color: rgb(91,191,52); }
td.TdClassName
{
border-color: #5BBF34;
}
.TagClassName
{
border-color: #5BBF34;
}
</style>