Shades of Apple #5CC548
Tints of Apple #5CC548
RGB
CMYK
RGB Variations
Color information
#5CC548 (or 0x5CC548) is known color: Apple. HEX triplet: 5C, C5 and 48. RGB value is (92,197,72). Sum of RGB (Red+Green+Blue) = 92+197+72=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 197 (77.34% from 255 or 54.57% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 197 - color contains mainly: green. Hex color #5CC548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC548 is #A33AB7. Grayscale: #979797. Windows color (decimal): -10697400 or 4769116. OLE color: 4769116.
HSL color Cylindrical-coordinate representation of color #5CC548: hue angle of 110.4º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CC548 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 197 | 72 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.23 |
| HSL | 110.4º | 0.52% | 0.53% | - |
| HSV(B) | 110.4º | 0.63% | 0.77% | - |
| XYZ | 25.55 | 42.68 | 13.02 | - |
| YUV | 151.36 | 83.21 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 197 | 72 | 0.53 | 0 | 0.63 | 0.23 | 110.4 | 0.52 | 0.53 |
| Hex | 5C | C5 | 48 | 35 | 0 | 3F | 17 | 6E | 34 | 35 |
| Octal | 134 | 305 | 110 | 65 | 0 | 77 | 27 | 156 | 64 | 65 |
| Binary | 1011100 | 11000101 | 1001000 | 110101 | 0 | 111111 | 10111 | 1101110 | 110100 | 110101 |
Color Harmonies of #5CC548
Complementary color
Monochromatic Colors of #5CC548
Black with #5CC548
Text Example
Text Example
White with #5CC548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC548; }
p { color: rgb(92,197,72); }
H1.HeaderClassName
{
color: #5CC548;
}
.AnyTagClassName
{
color: #5CC548;
}
</style>
background-color css
<style>
a { background-color: #5CC548; }
a { background-color: rgb(92,197,72); }
div.DivClassName
{
background-color: #5CC548;
}
.BgClassName
{
background-color: #5CC548;
}
</style>
border-color css
<style>
span { border-color: #5CC548; }
span { border-color: rgb(92,197,72); }
td.TdClassName
{
border-color: #5CC548;
}
.TagClassName
{
border-color: #5CC548;
}
</style>