Shades of Apple #5BDB34
Tints of Apple #5BDB34
RGB
CMYK
RGB Variations
Color information
#5BDB34 (or 0x5BDB34) is known color: Apple. HEX triplet: 5B, DB and 34. RGB value is (91,219,52). Sum of RGB (Red+Green+Blue) = 91+219+52=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDB34 is #A424CB. Grayscale: #A2A2A2. Windows color (decimal): -10757324 or 3464027. OLE color: 3464027.
HSL color Cylindrical-coordinate representation of color #5BDB34: hue angle of 105.99º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5BDB34 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 219 | 52 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.14 |
| HSL | 105.99º | 0.7% | 0.53% | - |
| HSV(B) | 105.99º | 0.76% | 0.86% | - |
| XYZ | 30.27 | 53.14 | 11.91 | - |
| YUV | 161.69 | 66.09 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 219 | 52 | 0.58 | 0 | 0.76 | 0.14 | 105.99 | 0.7 | 0.53 |
| Hex | 5B | DB | 34 | 3A | 0 | 4C | E | 6A | 46 | 35 |
| Octal | 133 | 333 | 64 | 72 | 0 | 114 | 16 | 152 | 106 | 65 |
| Binary | 1011011 | 11011011 | 110100 | 111010 | 0 | 1001100 | 1110 | 1101010 | 1000110 | 110101 |
Color Harmonies of #5BDB34
Complementary color
Monochromatic Colors of #5BDB34
Black with #5BDB34
Text Example
Text Example
White with #5BDB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDB34; }
p { color: rgb(91,219,52); }
H1.HeaderClassName
{
color: #5BDB34;
}
.AnyTagClassName
{
color: #5BDB34;
}
</style>
background-color css
<style>
a { background-color: #5BDB34; }
a { background-color: rgb(91,219,52); }
div.DivClassName
{
background-color: #5BDB34;
}
.BgClassName
{
background-color: #5BDB34;
}
</style>
border-color css
<style>
span { border-color: #5BDB34; }
span { border-color: rgb(91,219,52); }
td.TdClassName
{
border-color: #5BDB34;
}
.TagClassName
{
border-color: #5BDB34;
}
</style>