Shades of Apple #5BC53D
Tints of Apple #5BC53D
RGB
CMYK
RGB Variations
Color information
#5BC53D (or 0x5BC53D) is known color: Apple. HEX triplet: 5B, C5 and 3D. RGB value is (91,197,61). Sum of RGB (Red+Green+Blue) = 91+197+61=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 197 (77.34% from 255 or 56.45% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 197 - color contains mainly: green. Hex color #5BC53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC53D is #A43AC2. Grayscale: #969696. Windows color (decimal): -10762947 or 4048219. OLE color: 4048219.
HSL color Cylindrical-coordinate representation of color #5BC53D: hue angle of 106.76º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5BC53D is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 91 | 197 | 61 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.23 |
| HSL | 106.76º | 0.54% | 0.51% | - |
| HSV(B) | 106.76º | 0.69% | 0.77% | - |
| XYZ | 25.12 | 42.49 | 11.29 | - |
| YUV | 149.8 | 77.88 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 197 | 61 | 0.54 | 0 | 0.69 | 0.23 | 106.76 | 0.54 | 0.51 |
| Hex | 5B | C5 | 3D | 36 | 0 | 45 | 17 | 6B | 36 | 33 |
| Octal | 133 | 305 | 75 | 66 | 0 | 105 | 27 | 153 | 66 | 63 |
| Binary | 1011011 | 11000101 | 111101 | 110110 | 0 | 1000101 | 10111 | 1101011 | 110110 | 110011 |
Color Harmonies of #5BC53D
Complementary color
Monochromatic Colors of #5BC53D
Black with #5BC53D
Text Example
Text Example
White with #5BC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC53D; }
p { color: rgb(91,197,61); }
H1.HeaderClassName
{
color: #5BC53D;
}
.AnyTagClassName
{
color: #5BC53D;
}
</style>
background-color css
<style>
a { background-color: #5BC53D; }
a { background-color: rgb(91,197,61); }
div.DivClassName
{
background-color: #5BC53D;
}
.BgClassName
{
background-color: #5BC53D;
}
</style>
border-color css
<style>
span { border-color: #5BC53D; }
span { border-color: rgb(91,197,61); }
td.TdClassName
{
border-color: #5BC53D;
}
.TagClassName
{
border-color: #5BC53D;
}
</style>