Shades of Apple #5BDA4C
Tints of Apple #5BDA4C
RGB
CMYK
RGB Variations
Color information
#5BDA4C (or 0x5BDA4C) is known color: Apple. HEX triplet: 5B, DA and 4C. RGB value is (91,218,76). Sum of RGB (Red+Green+Blue) = 91+218+76=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 218 (85.55% from 255 or 56.62% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDA4C is #A425B3. Grayscale: #A4A4A4. Windows color (decimal): -10757556 or 5036635. OLE color: 5036635.
HSL color Cylindrical-coordinate representation of color #5BDA4C: hue angle of 113.66º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5BDA4C is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 218 | 76 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.15 |
| HSL | 113.66º | 0.66% | 0.58% | - |
| HSV(B) | 113.66º | 0.65% | 0.85% | - |
| XYZ | 30.69 | 52.89 | 15.43 | - |
| YUV | 163.84 | 78.42 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 218 | 76 | 0.58 | 0 | 0.65 | 0.15 | 113.66 | 0.66 | 0.58 |
| Hex | 5B | DA | 4C | 3A | 0 | 41 | F | 72 | 42 | 3A |
| Octal | 133 | 332 | 114 | 72 | 0 | 101 | 17 | 162 | 102 | 72 |
| Binary | 1011011 | 11011010 | 1001100 | 111010 | 0 | 1000001 | 1111 | 1110010 | 1000010 | 111010 |
Color Harmonies of #5BDA4C
Complementary color
Monochromatic Colors of #5BDA4C
Black with #5BDA4C
Text Example
Text Example
White with #5BDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDA4C; }
p { color: rgb(91,218,76); }
H1.HeaderClassName
{
color: #5BDA4C;
}
.AnyTagClassName
{
color: #5BDA4C;
}
</style>
background-color css
<style>
a { background-color: #5BDA4C; }
a { background-color: rgb(91,218,76); }
div.DivClassName
{
background-color: #5BDA4C;
}
.BgClassName
{
background-color: #5BDA4C;
}
</style>
border-color css
<style>
span { border-color: #5BDA4C; }
span { border-color: rgb(91,218,76); }
td.TdClassName
{
border-color: #5BDA4C;
}
.TagClassName
{
border-color: #5BDA4C;
}
</style>