Shades of Apple #5CAD3F
Tints of Apple #5CAD3F
RGB
CMYK
RGB Variations
Color information
#5CAD3F (or 0x5CAD3F) is known color: Apple. HEX triplet: 5C, AD and 3F. RGB value is (92,173,63). Sum of RGB (Red+Green+Blue) = 92+173+63=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #5CAD3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAD3F is #A352C0. Grayscale: #888888. Windows color (decimal): -10703553 or 4173148. OLE color: 4173148.
HSL color Cylindrical-coordinate representation of color #5CAD3F: hue angle of 104.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CAD3F is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 173 | 63 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.32 |
| HSL | 104.18º | 0.47% | 0.46% | - |
| HSV(B) | 104.18º | 0.64% | 0.68% | - |
| XYZ | 20.25 | 32.52 | 9.91 | - |
| YUV | 136.24 | 86.66 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 173 | 63 | 0.47 | 0 | 0.64 | 0.32 | 104.18 | 0.47 | 0.46 |
| Hex | 5C | AD | 3F | 2F | 0 | 40 | 20 | 68 | 2F | 2E |
| Octal | 134 | 255 | 77 | 57 | 0 | 100 | 40 | 150 | 57 | 56 |
| Binary | 1011100 | 10101101 | 111111 | 101111 | 0 | 1000000 | 100000 | 1101000 | 101111 | 101110 |
Color Harmonies of #5CAD3F
Complementary color
Monochromatic Colors of #5CAD3F
Black with #5CAD3F
Text Example
Text Example
White with #5CAD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAD3F; }
p { color: rgb(92,173,63); }
H1.HeaderClassName
{
color: #5CAD3F;
}
.AnyTagClassName
{
color: #5CAD3F;
}
</style>
background-color css
<style>
a { background-color: #5CAD3F; }
a { background-color: rgb(92,173,63); }
div.DivClassName
{
background-color: #5CAD3F;
}
.BgClassName
{
background-color: #5CAD3F;
}
</style>
border-color css
<style>
span { border-color: #5CAD3F; }
span { border-color: rgb(92,173,63); }
td.TdClassName
{
border-color: #5CAD3F;
}
.TagClassName
{
border-color: #5CAD3F;
}
</style>