Shades of Apple #5BDA42
Tints of Apple #5BDA42
RGB
CMYK
RGB Variations
Color information
#5BDA42 (or 0x5BDA42) is known color: Apple. HEX triplet: 5B, DA and 42. RGB value is (91,218,66). Sum of RGB (Red+Green+Blue) = 91+218+66=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDA42 is #A425BD. Grayscale: #A3A3A3. Windows color (decimal): -10757566 or 4381275. OLE color: 4381275.
HSL color Cylindrical-coordinate representation of color #5BDA42: hue angle of 110.13º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5BDA42 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 218 | 66 | - |
| CMYK | 0.58 | 0 | 0.70 | 0.15 |
| HSL | 110.13º | 0.67% | 0.56% | - |
| HSV(B) | 110.13º | 0.7% | 0.85% | - |
| XYZ | 30.37 | 52.76 | 13.74 | - |
| YUV | 162.7 | 73.42 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 218 | 66 | 0.58 | 0 | 0.70 | 0.15 | 110.13 | 0.67 | 0.56 |
| Hex | 5B | DA | 42 | 3A | 0 | 46 | F | 6E | 43 | 38 |
| Octal | 133 | 332 | 102 | 72 | 0 | 106 | 17 | 156 | 103 | 70 |
| Binary | 1011011 | 11011010 | 1000010 | 111010 | 0 | 1000110 | 1111 | 1101110 | 1000011 | 111000 |
Color Harmonies of #5BDA42
Complementary color
Monochromatic Colors of #5BDA42
Black with #5BDA42
Text Example
Text Example
White with #5BDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDA42; }
p { color: rgb(91,218,66); }
H1.HeaderClassName
{
color: #5BDA42;
}
.AnyTagClassName
{
color: #5BDA42;
}
</style>
background-color css
<style>
a { background-color: #5BDA42; }
a { background-color: rgb(91,218,66); }
div.DivClassName
{
background-color: #5BDA42;
}
.BgClassName
{
background-color: #5BDA42;
}
</style>
border-color css
<style>
span { border-color: #5BDA42; }
span { border-color: rgb(91,218,66); }
td.TdClassName
{
border-color: #5BDA42;
}
.TagClassName
{
border-color: #5BDA42;
}
</style>