Shades of Apple #5BCD36
Tints of Apple #5BCD36
RGB
CMYK
RGB Variations
Color information
#5BCD36 (or 0x5BCD36) is known color: Apple. HEX triplet: 5B, CD and 36. RGB value is (91,205,54). Sum of RGB (Red+Green+Blue) = 91+205+54=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 205 (80.47% from 255 or 58.57% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCD36 is #A432C9. Grayscale: #9A9A9A. Windows color (decimal): -10760906 or 3591515. OLE color: 3591515.
HSL color Cylindrical-coordinate representation of color #5BCD36: hue angle of 105.3º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5BCD36 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 205 | 54 | - |
| CMYK | 0.56 | 0 | 0.74 | 0.20 |
| HSL | 105.3º | 0.6% | 0.51% | - |
| HSV(B) | 105.3º | 0.74% | 0.8% | - |
| XYZ | 26.81 | 46.15 | 10.99 | - |
| YUV | 153.7 | 71.73 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 54 | 0.56 | 0 | 0.74 | 0.20 | 105.3 | 0.6 | 0.51 |
| Hex | 5B | CD | 36 | 38 | 0 | 4A | 14 | 69 | 3C | 33 |
| Octal | 133 | 315 | 66 | 70 | 0 | 112 | 24 | 151 | 74 | 63 |
| Binary | 1011011 | 11001101 | 110110 | 111000 | 0 | 1001010 | 10100 | 1101001 | 111100 | 110011 |
Color Harmonies of #5BCD36
Complementary color
Monochromatic Colors of #5BCD36
Black with #5BCD36
Text Example
Text Example
White with #5BCD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCD36; }
p { color: rgb(91,205,54); }
H1.HeaderClassName
{
color: #5BCD36;
}
.AnyTagClassName
{
color: #5BCD36;
}
</style>
background-color css
<style>
a { background-color: #5BCD36; }
a { background-color: rgb(91,205,54); }
div.DivClassName
{
background-color: #5BCD36;
}
.BgClassName
{
background-color: #5BCD36;
}
</style>
border-color css
<style>
span { border-color: #5BCD36; }
span { border-color: rgb(91,205,54); }
td.TdClassName
{
border-color: #5BCD36;
}
.TagClassName
{
border-color: #5BCD36;
}
</style>