Shades of Apple #5CCC44
Tints of Apple #5CCC44
RGB
CMYK
RGB Variations
Color information
#5CCC44 (or 0x5CCC44) is known color: Apple. HEX triplet: 5C, CC and 44. RGB value is (92,204,68). Sum of RGB (Red+Green+Blue) = 92+204+68=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 204 (80.08% from 255 or 56.04% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCC44 is #A333BB. Grayscale: #9B9B9B. Windows color (decimal): -10695612 or 4508764. OLE color: 4508764.
HSL color Cylindrical-coordinate representation of color #5CCC44: hue angle of 109.41º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5CCC44 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 204 | 68 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.2 |
| HSL | 109.41º | 0.57% | 0.53% | - |
| HSV(B) | 109.41º | 0.67% | 0.8% | - |
| XYZ | 27.05 | 45.88 | 12.9 | - |
| YUV | 155.01 | 78.89 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 68 | 0.55 | 0 | 0.67 | 0.2 | 109.41 | 0.57 | 0.53 |
| Hex | 5C | CC | 44 | 37 | 0 | 43 | 14 | 6D | 39 | 35 |
| Octal | 134 | 314 | 104 | 67 | 0 | 103 | 24 | 155 | 71 | 65 |
| Binary | 1011100 | 11001100 | 1000100 | 110111 | 0 | 1000011 | 10100 | 1101101 | 111001 | 110101 |
Color Harmonies of #5CCC44
Complementary color
Monochromatic Colors of #5CCC44
Black with #5CCC44
Text Example
Text Example
White with #5CCC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCC44; }
p { color: rgb(92,204,68); }
H1.HeaderClassName
{
color: #5CCC44;
}
.AnyTagClassName
{
color: #5CCC44;
}
</style>
background-color css
<style>
a { background-color: #5CCC44; }
a { background-color: rgb(92,204,68); }
div.DivClassName
{
background-color: #5CCC44;
}
.BgClassName
{
background-color: #5CCC44;
}
</style>
border-color css
<style>
span { border-color: #5CCC44; }
span { border-color: rgb(92,204,68); }
td.TdClassName
{
border-color: #5CCC44;
}
.TagClassName
{
border-color: #5CCC44;
}
</style>