Shades of Apple #5BDC3C
Tints of Apple #5BDC3C
RGB
CMYK
RGB Variations
Color information
#5BDC3C (or 0x5BDC3C) is known color: Apple. HEX triplet: 5B, DC and 3C. RGB value is (91,220,60). Sum of RGB (Red+Green+Blue) = 91+220+60=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDC3C is #A423C3. Grayscale: #A3A3A3. Windows color (decimal): -10757060 or 3988571. OLE color: 3988571.
HSL color Cylindrical-coordinate representation of color #5BDC3C: hue angle of 108.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5BDC3C is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 60 | - |
| CMYK | 0.59 | 0 | 0.73 | 0.14 |
| HSL | 108.38º | 0.7% | 0.55% | - |
| HSV(B) | 108.38º | 0.73% | 0.86% | - |
| XYZ | 30.72 | 53.74 | 13.03 | - |
| YUV | 163.19 | 69.76 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 60 | 0.59 | 0 | 0.73 | 0.14 | 108.38 | 0.7 | 0.55 |
| Hex | 5B | DC | 3C | 3B | 0 | 49 | E | 6C | 46 | 37 |
| Octal | 133 | 334 | 74 | 73 | 0 | 111 | 16 | 154 | 106 | 67 |
| Binary | 1011011 | 11011100 | 111100 | 111011 | 0 | 1001001 | 1110 | 1101100 | 1000110 | 110111 |
Color Harmonies of #5BDC3C
Complementary color
Monochromatic Colors of #5BDC3C
Black with #5BDC3C
Text Example
Text Example
White with #5BDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDC3C; }
p { color: rgb(91,220,60); }
H1.HeaderClassName
{
color: #5BDC3C;
}
.AnyTagClassName
{
color: #5BDC3C;
}
</style>
background-color css
<style>
a { background-color: #5BDC3C; }
a { background-color: rgb(91,220,60); }
div.DivClassName
{
background-color: #5BDC3C;
}
.BgClassName
{
background-color: #5BDC3C;
}
</style>
border-color css
<style>
span { border-color: #5BDC3C; }
span { border-color: rgb(91,220,60); }
td.TdClassName
{
border-color: #5BDC3C;
}
.TagClassName
{
border-color: #5BDC3C;
}
</style>