Shades of Apple #5CCC49
Tints of Apple #5CCC49
RGB
CMYK
RGB Variations
Color information
#5CCC49 (or 0x5CCC49) is known color: Apple. HEX triplet: 5C, CC and 49. RGB value is (92,204,73). Sum of RGB (Red+Green+Blue) = 92+204+73=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 204 (80.08% from 255 or 55.28% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCC49 is #A333B6. Grayscale: #9B9B9B. Windows color (decimal): -10695607 or 4836444. OLE color: 4836444.
HSL color Cylindrical-coordinate representation of color #5CCC49: hue angle of 111.3º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CCC49 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 204 | 73 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.2 |
| HSL | 111.3º | 0.56% | 0.54% | - |
| HSV(B) | 111.3º | 0.64% | 0.8% | - |
| XYZ | 27.21 | 45.94 | 13.74 | - |
| YUV | 155.58 | 81.39 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 73 | 0.55 | 0 | 0.64 | 0.2 | 111.3 | 0.56 | 0.54 |
| Hex | 5C | CC | 49 | 37 | 0 | 40 | 14 | 6F | 38 | 36 |
| Octal | 134 | 314 | 111 | 67 | 0 | 100 | 24 | 157 | 70 | 66 |
| Binary | 1011100 | 11001100 | 1001001 | 110111 | 0 | 1000000 | 10100 | 1101111 | 111000 | 110110 |
Color Harmonies of #5CCC49
Complementary color
Monochromatic Colors of #5CCC49
Black with #5CCC49
Text Example
Text Example
White with #5CCC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCC49; }
p { color: rgb(92,204,73); }
H1.HeaderClassName
{
color: #5CCC49;
}
.AnyTagClassName
{
color: #5CCC49;
}
</style>
background-color css
<style>
a { background-color: #5CCC49; }
a { background-color: rgb(92,204,73); }
div.DivClassName
{
background-color: #5CCC49;
}
.BgClassName
{
background-color: #5CCC49;
}
</style>
border-color css
<style>
span { border-color: #5CCC49; }
span { border-color: rgb(92,204,73); }
td.TdClassName
{
border-color: #5CCC49;
}
.TagClassName
{
border-color: #5CCC49;
}
</style>