Shades of Apple #5BCD4B
Tints of Apple #5BCD4B
RGB
CMYK
RGB Variations
Color information
#5BCD4B (or 0x5BCD4B) is known color: Apple. HEX triplet: 5B, CD and 4B. RGB value is (91,205,75). Sum of RGB (Red+Green+Blue) = 91+205+75=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCD4B is #A432B4. Grayscale: #9C9C9C. Windows color (decimal): -10760885 or 4967771. OLE color: 4967771.
HSL color Cylindrical-coordinate representation of color #5BCD4B: hue angle of 112.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BCD4B is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 205 | 75 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.20 |
| HSL | 112.62º | 0.57% | 0.55% | - |
| HSV(B) | 112.62º | 0.63% | 0.8% | - |
| XYZ | 27.42 | 46.39 | 14.17 | - |
| YUV | 156.09 | 82.23 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 75 | 0.56 | 0 | 0.63 | 0.20 | 112.62 | 0.57 | 0.55 |
| Hex | 5B | CD | 4B | 38 | 0 | 3F | 14 | 71 | 39 | 37 |
| Octal | 133 | 315 | 113 | 70 | 0 | 77 | 24 | 161 | 71 | 67 |
| Binary | 1011011 | 11001101 | 1001011 | 111000 | 0 | 111111 | 10100 | 1110001 | 111001 | 110111 |
Color Harmonies of #5BCD4B
Complementary color
Monochromatic Colors of #5BCD4B
Black with #5BCD4B
Text Example
Text Example
White with #5BCD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCD4B; }
p { color: rgb(91,205,75); }
H1.HeaderClassName
{
color: #5BCD4B;
}
.AnyTagClassName
{
color: #5BCD4B;
}
</style>
background-color css
<style>
a { background-color: #5BCD4B; }
a { background-color: rgb(91,205,75); }
div.DivClassName
{
background-color: #5BCD4B;
}
.BgClassName
{
background-color: #5BCD4B;
}
</style>
border-color css
<style>
span { border-color: #5BCD4B; }
span { border-color: rgb(91,205,75); }
td.TdClassName
{
border-color: #5BCD4B;
}
.TagClassName
{
border-color: #5BCD4B;
}
</style>