Shades of Apple #5BC452
Tints of Apple #5BC452
RGB
CMYK
RGB Variations
Color information
#5BC452 (or 0x5BC452) is known color: Apple. HEX triplet: 5B, C4 and 52. RGB value is (91,196,82). Sum of RGB (Red+Green+Blue) = 91+196+82=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 196 (76.95% from 255 or 53.12% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 196 - color contains mainly: green. Hex color #5BC452 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC452 is #A43BAD. Grayscale: #979797. Windows color (decimal): -10763182 or 5424219. OLE color: 5424219.
HSL color Cylindrical-coordinate representation of color #5BC452: hue angle of 115.26º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BC452 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 91 | 196 | 82 | - |
| CMYK | 0.54 | 0 | 0.58 | 0.23 |
| HSL | 115.26º | 0.49% | 0.55% | - |
| HSV(B) | 115.26º | 0.58% | 0.77% | - |
| XYZ | 25.58 | 42.31 | 14.8 | - |
| YUV | 151.61 | 88.71 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 196 | 82 | 0.54 | 0 | 0.58 | 0.23 | 115.26 | 0.49 | 0.55 |
| Hex | 5B | C4 | 52 | 36 | 0 | 3A | 17 | 73 | 31 | 37 |
| Octal | 133 | 304 | 122 | 66 | 0 | 72 | 27 | 163 | 61 | 67 |
| Binary | 1011011 | 11000100 | 1010010 | 110110 | 0 | 111010 | 10111 | 1110011 | 110001 | 110111 |
Color Harmonies of #5BC452
Complementary color
Monochromatic Colors of #5BC452
Black with #5BC452
Text Example
Text Example
White with #5BC452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC452; }
p { color: rgb(91,196,82); }
H1.HeaderClassName
{
color: #5BC452;
}
.AnyTagClassName
{
color: #5BC452;
}
</style>
background-color css
<style>
a { background-color: #5BC452; }
a { background-color: rgb(91,196,82); }
div.DivClassName
{
background-color: #5BC452;
}
.BgClassName
{
background-color: #5BC452;
}
</style>
border-color css
<style>
span { border-color: #5BC452; }
span { border-color: rgb(91,196,82); }
td.TdClassName
{
border-color: #5BC452;
}
.TagClassName
{
border-color: #5BC452;
}
</style>