Shades of Apple #5BC144
Tints of Apple #5BC144
RGB
CMYK
RGB Variations
Color information
#5BC144 (or 0x5BC144) is known color: Apple. HEX triplet: 5B, C1 and 44. RGB value is (91,193,68). Sum of RGB (Red+Green+Blue) = 91+193+68=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC144 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BC144 is #A43EBB. Grayscale: #949494. Windows color (decimal): -10763964 or 4505947. OLE color: 4505947.
HSL color Cylindrical-coordinate representation of color #5BC144: hue angle of 108.96º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5BC144 is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 193 | 68 | - |
| CMYK | 0.53 | 0 | 0.65 | 0.24 |
| HSL | 108.96º | 0.5% | 0.51% | - |
| HSV(B) | 108.96º | 0.65% | 0.76% | - |
| XYZ | 24.43 | 40.78 | 12.05 | - |
| YUV | 148.25 | 82.71 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 68 | 0.53 | 0 | 0.65 | 0.24 | 108.96 | 0.5 | 0.51 |
| Hex | 5B | C1 | 44 | 35 | 0 | 41 | 18 | 6D | 32 | 33 |
| Octal | 133 | 301 | 104 | 65 | 0 | 101 | 30 | 155 | 62 | 63 |
| Binary | 1011011 | 11000001 | 1000100 | 110101 | 0 | 1000001 | 11000 | 1101101 | 110010 | 110011 |
Color Harmonies of #5BC144
Complementary color
Monochromatic Colors of #5BC144
Black with #5BC144
Text Example
Text Example
White with #5BC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC144; }
p { color: rgb(91,193,68); }
H1.HeaderClassName
{
color: #5BC144;
}
.AnyTagClassName
{
color: #5BC144;
}
</style>
background-color css
<style>
a { background-color: #5BC144; }
a { background-color: rgb(91,193,68); }
div.DivClassName
{
background-color: #5BC144;
}
.BgClassName
{
background-color: #5BC144;
}
</style>
border-color css
<style>
span { border-color: #5BC144; }
span { border-color: rgb(91,193,68); }
td.TdClassName
{
border-color: #5BC144;
}
.TagClassName
{
border-color: #5BC144;
}
</style>