Shades of Apple #5CA44B
Tints of Apple #5CA44B
RGB
CMYK
RGB Variations
Color information
#5CA44B (or 0x5CA44B) is known color: Apple. HEX triplet: 5C, A4 and 4B. RGB value is (92,164,75). Sum of RGB (Red+Green+Blue) = 92+164+75=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #5CA44B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA44B is #A35BB4. Grayscale: #848484. Windows color (decimal): -10705845 or 4957276. OLE color: 4957276.
HSL color Cylindrical-coordinate representation of color #5CA44B: hue angle of 108.54º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CA44B is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 164 | 75 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.36 |
| HSL | 108.54º | 0.37% | 0.47% | - |
| HSV(B) | 108.54º | 0.54% | 0.64% | - |
| XYZ | 18.96 | 29.33 | 11.32 | - |
| YUV | 132.33 | 95.65 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 164 | 75 | 0.44 | 0 | 0.54 | 0.36 | 108.54 | 0.37 | 0.47 |
| Hex | 5C | A4 | 4B | 2C | 0 | 36 | 24 | 6D | 25 | 2F |
| Octal | 134 | 244 | 113 | 54 | 0 | 66 | 44 | 155 | 45 | 57 |
| Binary | 1011100 | 10100100 | 1001011 | 101100 | 0 | 110110 | 100100 | 1101101 | 100101 | 101111 |
Color Harmonies of #5CA44B
Complementary color
Monochromatic Colors of #5CA44B
Black with #5CA44B
Text Example
Text Example
White with #5CA44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA44B; }
p { color: rgb(92,164,75); }
H1.HeaderClassName
{
color: #5CA44B;
}
.AnyTagClassName
{
color: #5CA44B;
}
</style>
background-color css
<style>
a { background-color: #5CA44B; }
a { background-color: rgb(92,164,75); }
div.DivClassName
{
background-color: #5CA44B;
}
.BgClassName
{
background-color: #5CA44B;
}
</style>
border-color css
<style>
span { border-color: #5CA44B; }
span { border-color: rgb(92,164,75); }
td.TdClassName
{
border-color: #5CA44B;
}
.TagClassName
{
border-color: #5CA44B;
}
</style>