Shades of Apple #5BC94B
Tints of Apple #5BC94B
RGB
CMYK
RGB Variations
Color information
#5BC94B (or 0x5BC94B) is known color: Apple. HEX triplet: 5B, C9 and 4B. RGB value is (91,201,75). Sum of RGB (Red+Green+Blue) = 91+201+75=367 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.80% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #5BC94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC94B is #A436B4. Grayscale: #9A9A9A. Windows color (decimal): -10761909 or 4966747. OLE color: 4966747.
HSL color Cylindrical-coordinate representation of color #5BC94B: hue angle of 112.38º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BC94B is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 201 | 75 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.21 |
| HSL | 112.38º | 0.54% | 0.54% | - |
| HSV(B) | 112.38º | 0.63% | 0.79% | - |
| XYZ | 26.47 | 44.51 | 13.85 | - |
| YUV | 153.75 | 83.56 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 201 | 75 | 0.55 | 0 | 0.63 | 0.21 | 112.38 | 0.54 | 0.54 |
| Hex | 5B | C9 | 4B | 37 | 0 | 3F | 15 | 70 | 36 | 36 |
| Octal | 133 | 311 | 113 | 67 | 0 | 77 | 25 | 160 | 66 | 66 |
| Binary | 1011011 | 11001001 | 1001011 | 110111 | 0 | 111111 | 10101 | 1110000 | 110110 | 110110 |
Color Harmonies of #5BC94B
Complementary color
Monochromatic Colors of #5BC94B
Black with #5BC94B
Text Example
Text Example
White with #5BC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC94B; }
p { color: rgb(91,201,75); }
H1.HeaderClassName
{
color: #5BC94B;
}
.AnyTagClassName
{
color: #5BC94B;
}
</style>
background-color css
<style>
a { background-color: #5BC94B; }
a { background-color: rgb(91,201,75); }
div.DivClassName
{
background-color: #5BC94B;
}
.BgClassName
{
background-color: #5BC94B;
}
</style>
border-color css
<style>
span { border-color: #5BC94B; }
span { border-color: rgb(91,201,75); }
td.TdClassName
{
border-color: #5BC94B;
}
.TagClassName
{
border-color: #5BC94B;
}
</style>