Shades of Apple #5CAC3D
Tints of Apple #5CAC3D
RGB
CMYK
RGB Variations
Color information
#5CAC3D (or 0x5CAC3D) is known color: Apple. HEX triplet: 5C, AC and 3D. RGB value is (92,172,61). Sum of RGB (Red+Green+Blue) = 92+172+61=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAC3D is #A353C2. Grayscale: #878787. Windows color (decimal): -10703811 or 4041820. OLE color: 4041820.
HSL color Cylindrical-coordinate representation of color #5CAC3D: hue angle of 103.24º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5CAC3D is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 172 | 61 | - |
| CMYK | 0.47 | 0 | 0.65 | 0.33 |
| HSL | 103.24º | 0.48% | 0.46% | - |
| HSV(B) | 103.24º | 0.65% | 0.67% | - |
| XYZ | 20.01 | 32.12 | 9.56 | - |
| YUV | 135.43 | 86 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 61 | 0.47 | 0 | 0.65 | 0.33 | 103.24 | 0.48 | 0.46 |
| Hex | 5C | AC | 3D | 2F | 0 | 41 | 21 | 67 | 30 | 2E |
| Octal | 134 | 254 | 75 | 57 | 0 | 101 | 41 | 147 | 60 | 56 |
| Binary | 1011100 | 10101100 | 111101 | 101111 | 0 | 1000001 | 100001 | 1100111 | 110000 | 101110 |
Color Harmonies of #5CAC3D
Complementary color
Monochromatic Colors of #5CAC3D
Black with #5CAC3D
Text Example
Text Example
White with #5CAC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAC3D; }
p { color: rgb(92,172,61); }
H1.HeaderClassName
{
color: #5CAC3D;
}
.AnyTagClassName
{
color: #5CAC3D;
}
</style>
background-color css
<style>
a { background-color: #5CAC3D; }
a { background-color: rgb(92,172,61); }
div.DivClassName
{
background-color: #5CAC3D;
}
.BgClassName
{
background-color: #5CAC3D;
}
</style>
border-color css
<style>
span { border-color: #5CAC3D; }
span { border-color: rgb(92,172,61); }
td.TdClassName
{
border-color: #5CAC3D;
}
.TagClassName
{
border-color: #5CAC3D;
}
</style>