Shades of Apple #5BDF44
Tints of Apple #5BDF44
RGB
CMYK
RGB Variations
Color information
#5BDF44 (or 0x5BDF44) is known color: Apple. HEX triplet: 5B, DF and 44. RGB value is (91,223,68). Sum of RGB (Red+Green+Blue) = 91+223+68=382 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.82% from 382); Green value is 223 (87.5% from 255 or 58.38% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 223 - color contains mainly: green. Hex color #5BDF44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDF44 is #A420BB. Grayscale: #A6A6A6. Windows color (decimal): -10756284 or 4513627. OLE color: 4513627.
HSL color Cylindrical-coordinate representation of color #5BDF44: hue angle of 111.1º 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 #5BDF44 is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 223 | 68 | - |
| CMYK | 0.59 | 0 | 0.70 | 0.13 |
| HSL | 111.1º | 0.71% | 0.57% | - |
| HSV(B) | 111.1º | 0.7% | 0.87% | - |
| XYZ | 31.75 | 55.42 | 14.49 | - |
| YUV | 165.86 | 72.77 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 223 | 68 | 0.59 | 0 | 0.70 | 0.13 | 111.1 | 0.71 | 0.57 |
| Hex | 5B | DF | 44 | 3B | 0 | 46 | D | 6F | 47 | 39 |
| Octal | 133 | 337 | 104 | 73 | 0 | 106 | 15 | 157 | 107 | 71 |
| Binary | 1011011 | 11011111 | 1000100 | 111011 | 0 | 1000110 | 1101 | 1101111 | 1000111 | 111001 |
Color Harmonies of #5BDF44
Complementary color
Monochromatic Colors of #5BDF44
Black with #5BDF44
Text Example
Text Example
White with #5BDF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDF44; }
p { color: rgb(91,223,68); }
H1.HeaderClassName
{
color: #5BDF44;
}
.AnyTagClassName
{
color: #5BDF44;
}
</style>
background-color css
<style>
a { background-color: #5BDF44; }
a { background-color: rgb(91,223,68); }
div.DivClassName
{
background-color: #5BDF44;
}
.BgClassName
{
background-color: #5BDF44;
}
</style>
border-color css
<style>
span { border-color: #5BDF44; }
span { border-color: rgb(91,223,68); }
td.TdClassName
{
border-color: #5BDF44;
}
.TagClassName
{
border-color: #5BDF44;
}
</style>