Shades of Apple #5CA938
Tints of Apple #5CA938
RGB
CMYK
RGB Variations
Color information
#5CA938 (or 0x5CA938) is known color: Apple. HEX triplet: 5C, A9 and 38. RGB value is (92,169,56). Sum of RGB (Red+Green+Blue) = 92+169+56=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 169 (66.41% from 255 or 53.31% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 169 - color contains mainly: green. Hex color #5CA938 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA938 is #A356C7. Grayscale: #858585. Windows color (decimal): -10704584 or 3713372. OLE color: 3713372.
HSL color Cylindrical-coordinate representation of color #5CA938: hue angle of 100.88º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5CA938 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 92 | 169 | 56 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.34 |
| HSL | 100.89º | 0.5% | 0.44% | - |
| HSV(B) | 100.89º | 0.67% | 0.66% | - |
| XYZ | 19.32 | 30.94 | 8.69 | - |
| YUV | 133.1 | 84.49 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 169 | 56 | 0.46 | 0 | 0.67 | 0.34 | 100.89 | 0.5 | 0.44 |
| Hex | 5C | A9 | 38 | 2E | 0 | 43 | 22 | 65 | 32 | 2C |
| Octal | 134 | 251 | 70 | 56 | 0 | 103 | 42 | 145 | 62 | 54 |
| Binary | 1011100 | 10101001 | 111000 | 101110 | 0 | 1000011 | 100010 | 1100101 | 110010 | 101100 |
Color Harmonies of #5CA938
Complementary color
Monochromatic Colors of #5CA938
Black with #5CA938
Text Example
Text Example
White with #5CA938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA938; }
p { color: rgb(92,169,56); }
H1.HeaderClassName
{
color: #5CA938;
}
.AnyTagClassName
{
color: #5CA938;
}
</style>
background-color css
<style>
a { background-color: #5CA938; }
a { background-color: rgb(92,169,56); }
div.DivClassName
{
background-color: #5CA938;
}
.BgClassName
{
background-color: #5CA938;
}
</style>
border-color css
<style>
span { border-color: #5CA938; }
span { border-color: rgb(92,169,56); }
td.TdClassName
{
border-color: #5CA938;
}
.TagClassName
{
border-color: #5CA938;
}
</style>