Shades of Apple #5CAB34
Tints of Apple #5CAB34
RGB
CMYK
RGB Variations
Color information
#5CAB34 (or 0x5CAB34) is known color: Apple. HEX triplet: 5C, AB and 34. RGB value is (92,171,52). Sum of RGB (Red+Green+Blue) = 92+171+52=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #5CAB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAB34 is #A354CB. Grayscale: #868686. Windows color (decimal): -10704076 or 3451740. OLE color: 3451740.
HSL color Cylindrical-coordinate representation of color #5CAB34: hue angle of 99.83º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5CAB34 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 171 | 52 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.33 |
| HSL | 99.83º | 0.53% | 0.44% | - |
| HSV(B) | 99.83º | 0.7% | 0.67% | - |
| XYZ | 19.6 | 31.65 | 8.32 | - |
| YUV | 133.81 | 81.83 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 171 | 52 | 0.46 | 0 | 0.70 | 0.33 | 99.83 | 0.53 | 0.44 |
| Hex | 5C | AB | 34 | 2E | 0 | 46 | 21 | 64 | 35 | 2C |
| Octal | 134 | 253 | 64 | 56 | 0 | 106 | 41 | 144 | 65 | 54 |
| Binary | 1011100 | 10101011 | 110100 | 101110 | 0 | 1000110 | 100001 | 1100100 | 110101 | 101100 |
Color Harmonies of #5CAB34
Complementary color
Monochromatic Colors of #5CAB34
Black with #5CAB34
Text Example
Text Example
White with #5CAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAB34; }
p { color: rgb(92,171,52); }
H1.HeaderClassName
{
color: #5CAB34;
}
.AnyTagClassName
{
color: #5CAB34;
}
</style>
background-color css
<style>
a { background-color: #5CAB34; }
a { background-color: rgb(92,171,52); }
div.DivClassName
{
background-color: #5CAB34;
}
.BgClassName
{
background-color: #5CAB34;
}
</style>
border-color css
<style>
span { border-color: #5CAB34; }
span { border-color: rgb(92,171,52); }
td.TdClassName
{
border-color: #5CAB34;
}
.TagClassName
{
border-color: #5CAB34;
}
</style>