Shades of Apple #5CAB43
Tints of Apple #5CAB43
RGB
CMYK
RGB Variations
Color information
#5CAB43 (or 0x5CAB43) is known color: Apple. HEX triplet: 5C, AB and 43. RGB value is (92,171,67). Sum of RGB (Red+Green+Blue) = 92+171+67=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #5CAB43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAB43 is #A354BC. Grayscale: #878787. Windows color (decimal): -10704061 or 4434780. OLE color: 4434780.
HSL color Cylindrical-coordinate representation of color #5CAB43: hue angle of 105.58º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CAB43 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 171 | 67 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.33 |
| HSL | 105.58º | 0.44% | 0.47% | - |
| HSV(B) | 105.58º | 0.61% | 0.67% | - |
| XYZ | 19.99 | 31.81 | 10.4 | - |
| YUV | 135.52 | 89.33 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 171 | 67 | 0.46 | 0 | 0.61 | 0.33 | 105.58 | 0.44 | 0.47 |
| Hex | 5C | AB | 43 | 2E | 0 | 3D | 21 | 6A | 2C | 2F |
| Octal | 134 | 253 | 103 | 56 | 0 | 75 | 41 | 152 | 54 | 57 |
| Binary | 1011100 | 10101011 | 1000011 | 101110 | 0 | 111101 | 100001 | 1101010 | 101100 | 101111 |
Color Harmonies of #5CAB43
Complementary color
Monochromatic Colors of #5CAB43
Black with #5CAB43
Text Example
Text Example
White with #5CAB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAB43; }
p { color: rgb(92,171,67); }
H1.HeaderClassName
{
color: #5CAB43;
}
.AnyTagClassName
{
color: #5CAB43;
}
</style>
background-color css
<style>
a { background-color: #5CAB43; }
a { background-color: rgb(92,171,67); }
div.DivClassName
{
background-color: #5CAB43;
}
.BgClassName
{
background-color: #5CAB43;
}
</style>
border-color css
<style>
span { border-color: #5CAB43; }
span { border-color: rgb(92,171,67); }
td.TdClassName
{
border-color: #5CAB43;
}
.TagClassName
{
border-color: #5CAB43;
}
</style>