Shades of Apple #5BCE42
Tints of Apple #5BCE42
RGB
CMYK
RGB Variations
Color information
#5BCE42 (or 0x5BCE42) is known color: Apple. HEX triplet: 5B, CE and 42. RGB value is (91,206,66). Sum of RGB (Red+Green+Blue) = 91+206+66=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 206 (80.86% from 255 or 56.75% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCE42 is #A431BD. Grayscale: #9C9C9C. Windows color (decimal): -10760638 or 4378203. OLE color: 4378203.
HSL color Cylindrical-coordinate representation of color #5BCE42: hue angle of 109.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5BCE42 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 206 | 66 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.19 |
| HSL | 109.29º | 0.59% | 0.53% | - |
| HSV(B) | 109.29º | 0.68% | 0.81% | - |
| XYZ | 27.37 | 46.76 | 12.74 | - |
| YUV | 155.66 | 77.4 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 66 | 0.56 | 0 | 0.68 | 0.19 | 109.29 | 0.59 | 0.53 |
| Hex | 5B | CE | 42 | 38 | 0 | 44 | 13 | 6D | 3B | 35 |
| Octal | 133 | 316 | 102 | 70 | 0 | 104 | 23 | 155 | 73 | 65 |
| Binary | 1011011 | 11001110 | 1000010 | 111000 | 0 | 1000100 | 10011 | 1101101 | 111011 | 110101 |
Color Harmonies of #5BCE42
Complementary color
Monochromatic Colors of #5BCE42
Black with #5BCE42
Text Example
Text Example
White with #5BCE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCE42; }
p { color: rgb(91,206,66); }
H1.HeaderClassName
{
color: #5BCE42;
}
.AnyTagClassName
{
color: #5BCE42;
}
</style>
background-color css
<style>
a { background-color: #5BCE42; }
a { background-color: rgb(91,206,66); }
div.DivClassName
{
background-color: #5BCE42;
}
.BgClassName
{
background-color: #5BCE42;
}
</style>
border-color css
<style>
span { border-color: #5BCE42; }
span { border-color: rgb(91,206,66); }
td.TdClassName
{
border-color: #5BCE42;
}
.TagClassName
{
border-color: #5BCE42;
}
</style>