Shades of Apple #5BC544
Tints of Apple #5BC544
RGB
CMYK
RGB Variations
Color information
#5BC544 (or 0x5BC544) is known color: Apple. HEX triplet: 5B, C5 and 44. RGB value is (91,197,68). Sum of RGB (Red+Green+Blue) = 91+197+68=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 197 (77.34% from 255 or 55.34% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 197 - color contains mainly: green. Hex color #5BC544 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC544 is #A43ABB. Grayscale: #979797. Windows color (decimal): -10762940 or 4506971. OLE color: 4506971.
HSL color Cylindrical-coordinate representation of color #5BC544: hue angle of 109.3º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5BC544 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 91 | 197 | 68 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.23 |
| HSL | 109.3º | 0.53% | 0.52% | - |
| HSV(B) | 109.3º | 0.65% | 0.77% | - |
| XYZ | 25.32 | 42.57 | 12.35 | - |
| YUV | 150.6 | 81.38 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 197 | 68 | 0.54 | 0 | 0.65 | 0.23 | 109.3 | 0.53 | 0.52 |
| Hex | 5B | C5 | 44 | 36 | 0 | 41 | 17 | 6D | 35 | 34 |
| Octal | 133 | 305 | 104 | 66 | 0 | 101 | 27 | 155 | 65 | 64 |
| Binary | 1011011 | 11000101 | 1000100 | 110110 | 0 | 1000001 | 10111 | 1101101 | 110101 | 110100 |
Color Harmonies of #5BC544
Complementary color
Monochromatic Colors of #5BC544
Black with #5BC544
Text Example
Text Example
White with #5BC544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC544; }
p { color: rgb(91,197,68); }
H1.HeaderClassName
{
color: #5BC544;
}
.AnyTagClassName
{
color: #5BC544;
}
</style>
background-color css
<style>
a { background-color: #5BC544; }
a { background-color: rgb(91,197,68); }
div.DivClassName
{
background-color: #5BC544;
}
.BgClassName
{
background-color: #5BC544;
}
</style>
border-color css
<style>
span { border-color: #5BC544; }
span { border-color: rgb(91,197,68); }
td.TdClassName
{
border-color: #5BC544;
}
.TagClassName
{
border-color: #5BC544;
}
</style>