Shades of Apple #5CA83D
Tints of Apple #5CA83D
RGB
CMYK
RGB Variations
Color information
#5CA83D (or 0x5CA83D) is known color: Apple. HEX triplet: 5C, A8 and 3D. RGB value is (92,168,61). Sum of RGB (Red+Green+Blue) = 92+168+61=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 168 (66.02% from 255 or 52.34% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 168 - color contains mainly: green. Hex color #5CA83D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA83D is #A357C2. Grayscale: #858585. Windows color (decimal): -10704835 or 4040796. OLE color: 4040796.
HSL color Cylindrical-coordinate representation of color #5CA83D: hue angle of 102.62º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CA83D is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 92 | 168 | 61 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.34 |
| HSL | 102.62º | 0.47% | 0.45% | - |
| HSV(B) | 102.62º | 0.64% | 0.66% | - |
| XYZ | 19.26 | 30.62 | 9.31 | - |
| YUV | 133.08 | 87.32 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 168 | 61 | 0.45 | 0 | 0.64 | 0.34 | 102.62 | 0.47 | 0.45 |
| Hex | 5C | A8 | 3D | 2D | 0 | 40 | 22 | 67 | 2F | 2D |
| Octal | 134 | 250 | 75 | 55 | 0 | 100 | 42 | 147 | 57 | 55 |
| Binary | 1011100 | 10101000 | 111101 | 101101 | 0 | 1000000 | 100010 | 1100111 | 101111 | 101101 |
Color Harmonies of #5CA83D
Complementary color
Monochromatic Colors of #5CA83D
Black with #5CA83D
Text Example
Text Example
White with #5CA83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA83D; }
p { color: rgb(92,168,61); }
H1.HeaderClassName
{
color: #5CA83D;
}
.AnyTagClassName
{
color: #5CA83D;
}
</style>
background-color css
<style>
a { background-color: #5CA83D; }
a { background-color: rgb(92,168,61); }
div.DivClassName
{
background-color: #5CA83D;
}
.BgClassName
{
background-color: #5CA83D;
}
</style>
border-color css
<style>
span { border-color: #5CA83D; }
span { border-color: rgb(92,168,61); }
td.TdClassName
{
border-color: #5CA83D;
}
.TagClassName
{
border-color: #5CA83D;
}
</style>