Shades of Apple #5BC048
Tints of Apple #5BC048
RGB
CMYK
RGB Variations
Color information
#5BC048 (or 0x5BC048) is known color: Apple. HEX triplet: 5B, C0 and 48. RGB value is (91,192,72). Sum of RGB (Red+Green+Blue) = 91+192+72=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC048 is #A43FB7. Grayscale: #949494. Windows color (decimal): -10764216 or 4767835. OLE color: 4767835.
HSL color Cylindrical-coordinate representation of color #5BC048: hue angle of 110.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BC048 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 72 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.25 |
| HSL | 110.5º | 0.49% | 0.52% | - |
| HSV(B) | 110.5º | 0.63% | 0.75% | - |
| XYZ | 24.33 | 40.39 | 12.64 | - |
| YUV | 148.12 | 85.04 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 72 | 0.53 | 0 | 0.63 | 0.25 | 110.5 | 0.49 | 0.52 |
| Hex | 5B | C0 | 48 | 35 | 0 | 3F | 19 | 6E | 31 | 34 |
| Octal | 133 | 300 | 110 | 65 | 0 | 77 | 31 | 156 | 61 | 64 |
| Binary | 1011011 | 11000000 | 1001000 | 110101 | 0 | 111111 | 11001 | 1101110 | 110001 | 110100 |
Color Harmonies of #5BC048
Complementary color
Monochromatic Colors of #5BC048
Black with #5BC048
Text Example
Text Example
White with #5BC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC048; }
p { color: rgb(91,192,72); }
H1.HeaderClassName
{
color: #5BC048;
}
.AnyTagClassName
{
color: #5BC048;
}
</style>
background-color css
<style>
a { background-color: #5BC048; }
a { background-color: rgb(91,192,72); }
div.DivClassName
{
background-color: #5BC048;
}
.BgClassName
{
background-color: #5BC048;
}
</style>
border-color css
<style>
span { border-color: #5BC048; }
span { border-color: rgb(91,192,72); }
td.TdClassName
{
border-color: #5BC048;
}
.TagClassName
{
border-color: #5BC048;
}
</style>