Shades of Apple #5BC94F
Tints of Apple #5BC94F
RGB
CMYK
RGB Variations
Color information
#5BC94F (or 0x5BC94F) is known color: Apple. HEX triplet: 5B, C9 and 4F. RGB value is (91,201,79). Sum of RGB (Red+Green+Blue) = 91+201+79=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #5BC94F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC94F is #A436B0. Grayscale: #9A9A9A. Windows color (decimal): -10761905 or 5228891. OLE color: 5228891.
HSL color Cylindrical-coordinate representation of color #5BC94F: hue angle of 114.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BC94F is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 201 | 79 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.21 |
| HSL | 114.1º | 0.53% | 0.55% | - |
| HSV(B) | 114.1º | 0.61% | 0.79% | - |
| XYZ | 26.61 | 44.56 | 14.6 | - |
| YUV | 154.2 | 85.56 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 201 | 79 | 0.55 | 0 | 0.61 | 0.21 | 114.1 | 0.53 | 0.55 |
| Hex | 5B | C9 | 4F | 37 | 0 | 3D | 15 | 72 | 35 | 37 |
| Octal | 133 | 311 | 117 | 67 | 0 | 75 | 25 | 162 | 65 | 67 |
| Binary | 1011011 | 11001001 | 1001111 | 110111 | 0 | 111101 | 10101 | 1110010 | 110101 | 110111 |
Color Harmonies of #5BC94F
Complementary color
Monochromatic Colors of #5BC94F
Black with #5BC94F
Text Example
Text Example
White with #5BC94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC94F; }
p { color: rgb(91,201,79); }
H1.HeaderClassName
{
color: #5BC94F;
}
.AnyTagClassName
{
color: #5BC94F;
}
</style>
background-color css
<style>
a { background-color: #5BC94F; }
a { background-color: rgb(91,201,79); }
div.DivClassName
{
background-color: #5BC94F;
}
.BgClassName
{
background-color: #5BC94F;
}
</style>
border-color css
<style>
span { border-color: #5BC94F; }
span { border-color: rgb(91,201,79); }
td.TdClassName
{
border-color: #5BC94F;
}
.TagClassName
{
border-color: #5BC94F;
}
</style>