Shades of Apple #5BCD4A
Tints of Apple #5BCD4A
RGB
CMYK
RGB Variations
Color information
#5BCD4A (or 0x5BCD4A) is known color: Apple. HEX triplet: 5B, CD and 4A. RGB value is (91,205,74). Sum of RGB (Red+Green+Blue) = 91+205+74=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCD4A is #A432B5. Grayscale: #9C9C9C. Windows color (decimal): -10760886 or 4902235. OLE color: 4902235.
HSL color Cylindrical-coordinate representation of color #5BCD4A: hue angle of 112.21º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BCD4A is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 205 | 74 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.20 |
| HSL | 112.21º | 0.57% | 0.55% | - |
| HSV(B) | 112.21º | 0.64% | 0.8% | - |
| XYZ | 27.38 | 46.38 | 13.99 | - |
| YUV | 155.98 | 81.73 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 74 | 0.56 | 0 | 0.64 | 0.20 | 112.21 | 0.57 | 0.55 |
| Hex | 5B | CD | 4A | 38 | 0 | 40 | 14 | 70 | 39 | 37 |
| Octal | 133 | 315 | 112 | 70 | 0 | 100 | 24 | 160 | 71 | 67 |
| Binary | 1011011 | 11001101 | 1001010 | 111000 | 0 | 1000000 | 10100 | 1110000 | 111001 | 110111 |
Color Harmonies of #5BCD4A
Complementary color
Monochromatic Colors of #5BCD4A
Black with #5BCD4A
Text Example
Text Example
White with #5BCD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCD4A; }
p { color: rgb(91,205,74); }
H1.HeaderClassName
{
color: #5BCD4A;
}
.AnyTagClassName
{
color: #5BCD4A;
}
</style>
background-color css
<style>
a { background-color: #5BCD4A; }
a { background-color: rgb(91,205,74); }
div.DivClassName
{
background-color: #5BCD4A;
}
.BgClassName
{
background-color: #5BCD4A;
}
</style>
border-color css
<style>
span { border-color: #5BCD4A; }
span { border-color: rgb(91,205,74); }
td.TdClassName
{
border-color: #5BCD4A;
}
.TagClassName
{
border-color: #5BCD4A;
}
</style>