Shades of Apple #5BDB4A
Tints of Apple #5BDB4A
RGB
CMYK
RGB Variations
Color information
#5BDB4A (or 0x5BDB4A) is known color: Apple. HEX triplet: 5B, DB and 4A. RGB value is (91,219,74). Sum of RGB (Red+Green+Blue) = 91+219+74=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 219 (85.94% from 255 or 57.03% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDB4A is #A424B5. Grayscale: #A4A4A4. Windows color (decimal): -10757302 or 4905819. OLE color: 4905819.
HSL color Cylindrical-coordinate representation of color #5BDB4A: hue angle of 112.97º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5BDB4A is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 219 | 74 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.14 |
| HSL | 112.97º | 0.67% | 0.57% | - |
| HSV(B) | 112.97º | 0.66% | 0.86% | - |
| XYZ | 30.88 | 53.38 | 15.15 | - |
| YUV | 164.2 | 77.09 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 219 | 74 | 0.58 | 0 | 0.66 | 0.14 | 112.97 | 0.67 | 0.57 |
| Hex | 5B | DB | 4A | 3A | 0 | 42 | E | 71 | 43 | 39 |
| Octal | 133 | 333 | 112 | 72 | 0 | 102 | 16 | 161 | 103 | 71 |
| Binary | 1011011 | 11011011 | 1001010 | 111010 | 0 | 1000010 | 1110 | 1110001 | 1000011 | 111001 |
Color Harmonies of #5BDB4A
Complementary color
Monochromatic Colors of #5BDB4A
Black with #5BDB4A
Text Example
Text Example
White with #5BDB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDB4A; }
p { color: rgb(91,219,74); }
H1.HeaderClassName
{
color: #5BDB4A;
}
.AnyTagClassName
{
color: #5BDB4A;
}
</style>
background-color css
<style>
a { background-color: #5BDB4A; }
a { background-color: rgb(91,219,74); }
div.DivClassName
{
background-color: #5BDB4A;
}
.BgClassName
{
background-color: #5BDB4A;
}
</style>
border-color css
<style>
span { border-color: #5BDB4A; }
span { border-color: rgb(91,219,74); }
td.TdClassName
{
border-color: #5BDB4A;
}
.TagClassName
{
border-color: #5BDB4A;
}
</style>