Shades of Apple #5BDC38
Tints of Apple #5BDC38
RGB
CMYK
RGB Variations
Color information
#5BDC38 (or 0x5BDC38) is known color: Apple. HEX triplet: 5B, DC and 38. RGB value is (91,220,56). Sum of RGB (Red+Green+Blue) = 91+220+56=367 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.80% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDC38 is #A423C7. Grayscale: #A3A3A3. Windows color (decimal): -10757064 or 3726427. OLE color: 3726427.
HSL color Cylindrical-coordinate representation of color #5BDC38: hue angle of 107.2º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5BDC38 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 56 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.14 |
| HSL | 107.2º | 0.7% | 0.54% | - |
| HSV(B) | 107.2º | 0.75% | 0.86% | - |
| XYZ | 30.62 | 53.7 | 12.49 | - |
| YUV | 162.73 | 67.76 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 56 | 0.59 | 0 | 0.75 | 0.14 | 107.2 | 0.7 | 0.54 |
| Hex | 5B | DC | 38 | 3B | 0 | 4B | E | 6B | 46 | 36 |
| Octal | 133 | 334 | 70 | 73 | 0 | 113 | 16 | 153 | 106 | 66 |
| Binary | 1011011 | 11011100 | 111000 | 111011 | 0 | 1001011 | 1110 | 1101011 | 1000110 | 110110 |
Color Harmonies of #5BDC38
Complementary color
Monochromatic Colors of #5BDC38
Black with #5BDC38
Text Example
Text Example
White with #5BDC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDC38; }
p { color: rgb(91,220,56); }
H1.HeaderClassName
{
color: #5BDC38;
}
.AnyTagClassName
{
color: #5BDC38;
}
</style>
background-color css
<style>
a { background-color: #5BDC38; }
a { background-color: rgb(91,220,56); }
div.DivClassName
{
background-color: #5BDC38;
}
.BgClassName
{
background-color: #5BDC38;
}
</style>
border-color css
<style>
span { border-color: #5BDC38; }
span { border-color: rgb(91,220,56); }
td.TdClassName
{
border-color: #5BDC38;
}
.TagClassName
{
border-color: #5BDC38;
}
</style>