Shades of Apple #5BCD4E
Tints of Apple #5BCD4E
RGB
CMYK
RGB Variations
Color information
#5BCD4E (or 0x5BCD4E) is known color: Apple. HEX triplet: 5B, CD and 4E. RGB value is (91,205,78). Sum of RGB (Red+Green+Blue) = 91+205+78=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 205 (80.47% from 255 or 54.81% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCD4E is #A432B1. Grayscale: #9C9C9C. Windows color (decimal): -10760882 or 5164379. OLE color: 5164379.
HSL color Cylindrical-coordinate representation of color #5BCD4E: hue angle of 113.86º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BCD4E is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 205 | 78 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.20 |
| HSL | 113.86º | 0.56% | 0.55% | - |
| HSV(B) | 113.86º | 0.62% | 0.8% | - |
| XYZ | 27.52 | 46.44 | 14.72 | - |
| YUV | 156.44 | 83.73 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 78 | 0.56 | 0 | 0.62 | 0.20 | 113.86 | 0.56 | 0.55 |
| Hex | 5B | CD | 4E | 38 | 0 | 3E | 14 | 72 | 38 | 37 |
| Octal | 133 | 315 | 116 | 70 | 0 | 76 | 24 | 162 | 70 | 67 |
| Binary | 1011011 | 11001101 | 1001110 | 111000 | 0 | 111110 | 10100 | 1110010 | 111000 | 110111 |
Color Harmonies of #5BCD4E
Complementary color
Monochromatic Colors of #5BCD4E
Black with #5BCD4E
Text Example
Text Example
White with #5BCD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCD4E; }
p { color: rgb(91,205,78); }
H1.HeaderClassName
{
color: #5BCD4E;
}
.AnyTagClassName
{
color: #5BCD4E;
}
</style>
background-color css
<style>
a { background-color: #5BCD4E; }
a { background-color: rgb(91,205,78); }
div.DivClassName
{
background-color: #5BCD4E;
}
.BgClassName
{
background-color: #5BCD4E;
}
</style>
border-color css
<style>
span { border-color: #5BCD4E; }
span { border-color: rgb(91,205,78); }
td.TdClassName
{
border-color: #5BCD4E;
}
.TagClassName
{
border-color: #5BCD4E;
}
</style>