Shades of Apple #5BDC4C
Tints of Apple #5BDC4C
RGB
CMYK
RGB Variations
Color information
#5BDC4C (or 0x5BDC4C) is known color: Apple. HEX triplet: 5B, DC and 4C. RGB value is (91,220,76). Sum of RGB (Red+Green+Blue) = 91+220+76=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDC4C is #A423B3. Grayscale: #A5A5A5. Windows color (decimal): -10757044 or 5037147. OLE color: 5037147.
HSL color Cylindrical-coordinate representation of color #5BDC4C: hue angle of 113.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5BDC4C is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 76 | - |
| CMYK | 0.59 | 0 | 0.65 | 0.14 |
| HSL | 113.75º | 0.67% | 0.58% | - |
| HSV(B) | 113.75º | 0.65% | 0.86% | - |
| XYZ | 31.21 | 53.93 | 15.6 | - |
| YUV | 165.01 | 77.76 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 76 | 0.59 | 0 | 0.65 | 0.14 | 113.75 | 0.67 | 0.58 |
| Hex | 5B | DC | 4C | 3B | 0 | 41 | E | 72 | 43 | 3A |
| Octal | 133 | 334 | 114 | 73 | 0 | 101 | 16 | 162 | 103 | 72 |
| Binary | 1011011 | 11011100 | 1001100 | 111011 | 0 | 1000001 | 1110 | 1110010 | 1000011 | 111010 |
Color Harmonies of #5BDC4C
Complementary color
Monochromatic Colors of #5BDC4C
Black with #5BDC4C
Text Example
Text Example
White with #5BDC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDC4C; }
p { color: rgb(91,220,76); }
H1.HeaderClassName
{
color: #5BDC4C;
}
.AnyTagClassName
{
color: #5BDC4C;
}
</style>
background-color css
<style>
a { background-color: #5BDC4C; }
a { background-color: rgb(91,220,76); }
div.DivClassName
{
background-color: #5BDC4C;
}
.BgClassName
{
background-color: #5BDC4C;
}
</style>
border-color css
<style>
span { border-color: #5BDC4C; }
span { border-color: rgb(91,220,76); }
td.TdClassName
{
border-color: #5BDC4C;
}
.TagClassName
{
border-color: #5BDC4C;
}
</style>