Shades of Apple #5BDF43
Tints of Apple #5BDF43
RGB
CMYK
RGB Variations
Color information
#5BDF43 (or 0x5BDF43) is known color: Apple. HEX triplet: 5B, DF and 43. RGB value is (91,223,67). Sum of RGB (Red+Green+Blue) = 91+223+67=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #5BDF43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDF43 is #A420BC. Grayscale: #A6A6A6. Windows color (decimal): -10756285 or 4448091. OLE color: 4448091.
HSL color Cylindrical-coordinate representation of color #5BDF43: hue angle of 110.77º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5BDF43 is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 223 | 67 | - |
| CMYK | 0.59 | 0 | 0.70 | 0.13 |
| HSL | 110.77º | 0.71% | 0.57% | - |
| HSV(B) | 110.77º | 0.7% | 0.87% | - |
| XYZ | 31.72 | 55.4 | 14.33 | - |
| YUV | 165.75 | 72.27 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 223 | 67 | 0.59 | 0 | 0.70 | 0.13 | 110.77 | 0.71 | 0.57 |
| Hex | 5B | DF | 43 | 3B | 0 | 46 | D | 6F | 47 | 39 |
| Octal | 133 | 337 | 103 | 73 | 0 | 106 | 15 | 157 | 107 | 71 |
| Binary | 1011011 | 11011111 | 1000011 | 111011 | 0 | 1000110 | 1101 | 1101111 | 1000111 | 111001 |
Color Harmonies of #5BDF43
Complementary color
Monochromatic Colors of #5BDF43
Black with #5BDF43
Text Example
Text Example
White with #5BDF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDF43; }
p { color: rgb(91,223,67); }
H1.HeaderClassName
{
color: #5BDF43;
}
.AnyTagClassName
{
color: #5BDF43;
}
</style>
background-color css
<style>
a { background-color: #5BDF43; }
a { background-color: rgb(91,223,67); }
div.DivClassName
{
background-color: #5BDF43;
}
.BgClassName
{
background-color: #5BDF43;
}
</style>
border-color css
<style>
span { border-color: #5BDF43; }
span { border-color: rgb(91,223,67); }
td.TdClassName
{
border-color: #5BDF43;
}
.TagClassName
{
border-color: #5BDF43;
}
</style>