Shades of Apple #5BC047
Tints of Apple #5BC047
RGB
CMYK
RGB Variations
Color information
#5BC047 (or 0x5BC047) is known color: Apple. HEX triplet: 5B, C0 and 47. RGB value is (91,192,71). Sum of RGB (Red+Green+Blue) = 91+192+71=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC047 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC047 is #A43FB8. Grayscale: #949494. Windows color (decimal): -10764217 or 4702299. OLE color: 4702299.
HSL color Cylindrical-coordinate representation of color #5BC047: hue angle of 110.08º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BC047 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 71 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.25 |
| HSL | 110.08º | 0.49% | 0.52% | - |
| HSV(B) | 110.08º | 0.63% | 0.75% | - |
| XYZ | 24.3 | 40.38 | 12.47 | - |
| YUV | 148.01 | 84.54 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 71 | 0.53 | 0 | 0.63 | 0.25 | 110.08 | 0.49 | 0.52 |
| Hex | 5B | C0 | 47 | 35 | 0 | 3F | 19 | 6E | 31 | 34 |
| Octal | 133 | 300 | 107 | 65 | 0 | 77 | 31 | 156 | 61 | 64 |
| Binary | 1011011 | 11000000 | 1000111 | 110101 | 0 | 111111 | 11001 | 1101110 | 110001 | 110100 |
Color Harmonies of #5BC047
Complementary color
Monochromatic Colors of #5BC047
Black with #5BC047
Text Example
Text Example
White with #5BC047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC047; }
p { color: rgb(91,192,71); }
H1.HeaderClassName
{
color: #5BC047;
}
.AnyTagClassName
{
color: #5BC047;
}
</style>
background-color css
<style>
a { background-color: #5BC047; }
a { background-color: rgb(91,192,71); }
div.DivClassName
{
background-color: #5BC047;
}
.BgClassName
{
background-color: #5BC047;
}
</style>
border-color css
<style>
span { border-color: #5BC047; }
span { border-color: rgb(91,192,71); }
td.TdClassName
{
border-color: #5BC047;
}
.TagClassName
{
border-color: #5BC047;
}
</style>