Shades of Apple #5CB448
Tints of Apple #5CB448
RGB
CMYK
RGB Variations
Color information
#5CB448 (or 0x5CB448) is known color: Apple. HEX triplet: 5C, B4 and 48. RGB value is (92,180,72). Sum of RGB (Red+Green+Blue) = 92+180+72=344 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.74% from 344); Green value is 180 (70.70% from 255 or 52.33% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB448 is #A34BB7. Grayscale: #8D8D8D. Windows color (decimal): -10701752 or 4764764. OLE color: 4764764.
HSL color Cylindrical-coordinate representation of color #5CB448: hue angle of 108.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CB448 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 180 | 72 | - |
| CMYK | 0.49 | 0 | 0.60 | 0.29 |
| HSL | 108.89º | 0.43% | 0.49% | - |
| HSV(B) | 108.89º | 0.6% | 0.71% | - |
| XYZ | 21.9 | 35.39 | 11.81 | - |
| YUV | 141.38 | 88.85 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 180 | 72 | 0.49 | 0 | 0.60 | 0.29 | 108.89 | 0.43 | 0.49 |
| Hex | 5C | B4 | 48 | 31 | 0 | 3C | 1D | 6D | 2B | 31 |
| Octal | 134 | 264 | 110 | 61 | 0 | 74 | 35 | 155 | 53 | 61 |
| Binary | 1011100 | 10110100 | 1001000 | 110001 | 0 | 111100 | 11101 | 1101101 | 101011 | 110001 |
Color Harmonies of #5CB448
Complementary color
Monochromatic Colors of #5CB448
Black with #5CB448
Text Example
Text Example
White with #5CB448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB448; }
p { color: rgb(92,180,72); }
H1.HeaderClassName
{
color: #5CB448;
}
.AnyTagClassName
{
color: #5CB448;
}
</style>
background-color css
<style>
a { background-color: #5CB448; }
a { background-color: rgb(92,180,72); }
div.DivClassName
{
background-color: #5CB448;
}
.BgClassName
{
background-color: #5CB448;
}
</style>
border-color css
<style>
span { border-color: #5CB448; }
span { border-color: rgb(92,180,72); }
td.TdClassName
{
border-color: #5CB448;
}
.TagClassName
{
border-color: #5CB448;
}
</style>