Shades of Apple #5CA33C
Tints of Apple #5CA33C
RGB
CMYK
RGB Variations
Color information
#5CA33C (or 0x5CA33C) is known color: Apple. HEX triplet: 5C, A3 and 3C. RGB value is (92,163,60). Sum of RGB (Red+Green+Blue) = 92+163+60=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA33C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA33C is #A35CC3. Grayscale: #828282. Windows color (decimal): -10706116 or 3973980. OLE color: 3973980.
HSL color Cylindrical-coordinate representation of color #5CA33C: hue angle of 101.36º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CA33C is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 163 | 60 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.36 |
| HSL | 101.36º | 0.46% | 0.44% | - |
| HSV(B) | 101.36º | 0.63% | 0.64% | - |
| XYZ | 18.33 | 28.8 | 8.87 | - |
| YUV | 130.03 | 88.48 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 163 | 60 | 0.44 | 0 | 0.63 | 0.36 | 101.36 | 0.46 | 0.44 |
| Hex | 5C | A3 | 3C | 2C | 0 | 3F | 24 | 65 | 2E | 2C |
| Octal | 134 | 243 | 74 | 54 | 0 | 77 | 44 | 145 | 56 | 54 |
| Binary | 1011100 | 10100011 | 111100 | 101100 | 0 | 111111 | 100100 | 1100101 | 101110 | 101100 |
Color Harmonies of #5CA33C
Complementary color
Monochromatic Colors of #5CA33C
Black with #5CA33C
Text Example
Text Example
White with #5CA33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA33C; }
p { color: rgb(92,163,60); }
H1.HeaderClassName
{
color: #5CA33C;
}
.AnyTagClassName
{
color: #5CA33C;
}
</style>
background-color css
<style>
a { background-color: #5CA33C; }
a { background-color: rgb(92,163,60); }
div.DivClassName
{
background-color: #5CA33C;
}
.BgClassName
{
background-color: #5CA33C;
}
</style>
border-color css
<style>
span { border-color: #5CA33C; }
span { border-color: rgb(92,163,60); }
td.TdClassName
{
border-color: #5CA33C;
}
.TagClassName
{
border-color: #5CA33C;
}
</style>