Shades of Apple #5BC242
Tints of Apple #5BC242
RGB
CMYK
RGB Variations
Color information
#5BC242 (or 0x5BC242) is known color: Apple. HEX triplet: 5B, C2 and 42. RGB value is (91,194,66). Sum of RGB (Red+Green+Blue) = 91+194+66=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 194 (76.17% from 255 or 55.27% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC242 is #A43DBD. Grayscale: #959595. Windows color (decimal): -10763710 or 4375131. OLE color: 4375131.
HSL color Cylindrical-coordinate representation of color #5BC242: hue angle of 108.28º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5BC242 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 194 | 66 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.24 |
| HSL | 108.28º | 0.51% | 0.51% | - |
| HSV(B) | 108.28º | 0.66% | 0.76% | - |
| XYZ | 24.59 | 41.2 | 11.81 | - |
| YUV | 148.61 | 81.38 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 194 | 66 | 0.53 | 0 | 0.66 | 0.24 | 108.28 | 0.51 | 0.51 |
| Hex | 5B | C2 | 42 | 35 | 0 | 42 | 18 | 6C | 33 | 33 |
| Octal | 133 | 302 | 102 | 65 | 0 | 102 | 30 | 154 | 63 | 63 |
| Binary | 1011011 | 11000010 | 1000010 | 110101 | 0 | 1000010 | 11000 | 1101100 | 110011 | 110011 |
Color Harmonies of #5BC242
Complementary color
Monochromatic Colors of #5BC242
Black with #5BC242
Text Example
Text Example
White with #5BC242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC242; }
p { color: rgb(91,194,66); }
H1.HeaderClassName
{
color: #5BC242;
}
.AnyTagClassName
{
color: #5BC242;
}
</style>
background-color css
<style>
a { background-color: #5BC242; }
a { background-color: rgb(91,194,66); }
div.DivClassName
{
background-color: #5BC242;
}
.BgClassName
{
background-color: #5BC242;
}
</style>
border-color css
<style>
span { border-color: #5BC242; }
span { border-color: rgb(91,194,66); }
td.TdClassName
{
border-color: #5BC242;
}
.TagClassName
{
border-color: #5BC242;
}
</style>