Shades of Apple #5BC038
Tints of Apple #5BC038
RGB
CMYK
RGB Variations
Color information
#5BC038 (or 0x5BC038) is known color: Apple. HEX triplet: 5B, C0 and 38. RGB value is (91,192,56). Sum of RGB (Red+Green+Blue) = 91+192+56=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC038 is #A43FC7. Grayscale: #929292. Windows color (decimal): -10764232 or 3719259. OLE color: 3719259.
HSL color Cylindrical-coordinate representation of color #5BC038: hue angle of 104.56º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5BC038 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 56 | - |
| CMYK | 0.53 | 0 | 0.71 | 0.25 |
| HSL | 104.56º | 0.55% | 0.49% | - |
| HSV(B) | 104.56º | 0.71% | 0.75% | - |
| XYZ | 23.88 | 40.21 | 10.24 | - |
| YUV | 146.3 | 77.04 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 56 | 0.53 | 0 | 0.71 | 0.25 | 104.56 | 0.55 | 0.49 |
| Hex | 5B | C0 | 38 | 35 | 0 | 47 | 19 | 69 | 37 | 31 |
| Octal | 133 | 300 | 70 | 65 | 0 | 107 | 31 | 151 | 67 | 61 |
| Binary | 1011011 | 11000000 | 111000 | 110101 | 0 | 1000111 | 11001 | 1101001 | 110111 | 110001 |
Color Harmonies of #5BC038
Complementary color
Monochromatic Colors of #5BC038
Black with #5BC038
Text Example
Text Example
White with #5BC038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC038; }
p { color: rgb(91,192,56); }
H1.HeaderClassName
{
color: #5BC038;
}
.AnyTagClassName
{
color: #5BC038;
}
</style>
background-color css
<style>
a { background-color: #5BC038; }
a { background-color: rgb(91,192,56); }
div.DivClassName
{
background-color: #5BC038;
}
.BgClassName
{
background-color: #5BC038;
}
</style>
border-color css
<style>
span { border-color: #5BC038; }
span { border-color: rgb(91,192,56); }
td.TdClassName
{
border-color: #5BC038;
}
.TagClassName
{
border-color: #5BC038;
}
</style>