Shades of Apple #5BC14F
Tints of Apple #5BC14F
RGB
CMYK
RGB Variations
Color information
#5BC14F (or 0x5BC14F) is known color: Apple. HEX triplet: 5B, C1 and 4F. RGB value is (91,193,79). Sum of RGB (Red+Green+Blue) = 91+193+79=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC14F is #A43EB0. Grayscale: #959595. Windows color (decimal): -10763953 or 5226843. OLE color: 5226843.
HSL color Cylindrical-coordinate representation of color #5BC14F: hue angle of 113.68º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BC14F is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 193 | 79 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.24 |
| HSL | 113.68º | 0.48% | 0.53% | - |
| HSV(B) | 113.68º | 0.59% | 0.76% | - |
| XYZ | 24.8 | 40.93 | 13.99 | - |
| YUV | 149.51 | 88.21 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 79 | 0.53 | 0 | 0.59 | 0.24 | 113.68 | 0.48 | 0.53 |
| Hex | 5B | C1 | 4F | 35 | 0 | 3B | 18 | 72 | 30 | 35 |
| Octal | 133 | 301 | 117 | 65 | 0 | 73 | 30 | 162 | 60 | 65 |
| Binary | 1011011 | 11000001 | 1001111 | 110101 | 0 | 111011 | 11000 | 1110010 | 110000 | 110101 |
Color Harmonies of #5BC14F
Complementary color
Monochromatic Colors of #5BC14F
Black with #5BC14F
Text Example
Text Example
White with #5BC14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC14F; }
p { color: rgb(91,193,79); }
H1.HeaderClassName
{
color: #5BC14F;
}
.AnyTagClassName
{
color: #5BC14F;
}
</style>
background-color css
<style>
a { background-color: #5BC14F; }
a { background-color: rgb(91,193,79); }
div.DivClassName
{
background-color: #5BC14F;
}
.BgClassName
{
background-color: #5BC14F;
}
</style>
border-color css
<style>
span { border-color: #5BC14F; }
span { border-color: rgb(91,193,79); }
td.TdClassName
{
border-color: #5BC14F;
}
.TagClassName
{
border-color: #5BC14F;
}
</style>