Shades of Apple #5BCC43
Tints of Apple #5BCC43
RGB
CMYK
RGB Variations
Color information
#5BCC43 (or 0x5BCC43) is known color: Apple. HEX triplet: 5B, CC and 43. RGB value is (91,204,67). Sum of RGB (Red+Green+Blue) = 91+204+67=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 204 (80.08% from 255 or 56.35% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCC43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCC43 is #A433BC. Grayscale: #9B9B9B. Windows color (decimal): -10761149 or 4443227. OLE color: 4443227.
HSL color Cylindrical-coordinate representation of color #5BCC43: hue angle of 109.49º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5BCC43 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 204 | 67 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.2 |
| HSL | 109.49º | 0.57% | 0.53% | - |
| HSV(B) | 109.49º | 0.67% | 0.8% | - |
| XYZ | 26.92 | 45.82 | 12.73 | - |
| YUV | 154.6 | 78.56 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 67 | 0.55 | 0 | 0.67 | 0.2 | 109.49 | 0.57 | 0.53 |
| Hex | 5B | CC | 43 | 37 | 0 | 43 | 14 | 6D | 39 | 35 |
| Octal | 133 | 314 | 103 | 67 | 0 | 103 | 24 | 155 | 71 | 65 |
| Binary | 1011011 | 11001100 | 1000011 | 110111 | 0 | 1000011 | 10100 | 1101101 | 111001 | 110101 |
Color Harmonies of #5BCC43
Complementary color
Monochromatic Colors of #5BCC43
Black with #5BCC43
Text Example
Text Example
White with #5BCC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCC43; }
p { color: rgb(91,204,67); }
H1.HeaderClassName
{
color: #5BCC43;
}
.AnyTagClassName
{
color: #5BCC43;
}
</style>
background-color css
<style>
a { background-color: #5BCC43; }
a { background-color: rgb(91,204,67); }
div.DivClassName
{
background-color: #5BCC43;
}
.BgClassName
{
background-color: #5BCC43;
}
</style>
border-color css
<style>
span { border-color: #5BCC43; }
span { border-color: rgb(91,204,67); }
td.TdClassName
{
border-color: #5BCC43;
}
.TagClassName
{
border-color: #5BCC43;
}
</style>