Shades of Apple #5CC041
Tints of Apple #5CC041
RGB
CMYK
RGB Variations
Color information
#5CC041 (or 0x5CC041) is known color: Apple. HEX triplet: 5C, C0 and 41. RGB value is (92,192,65). Sum of RGB (Red+Green+Blue) = 92+192+65=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC041 is #A33FBE. Grayscale: #949494. Windows color (decimal): -10698687 or 4309084. OLE color: 4309084.
HSL color Cylindrical-coordinate representation of color #5CC041: hue angle of 107.24º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5CC041 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 192 | 65 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.25 |
| HSL | 107.24º | 0.5% | 0.5% | - |
| HSV(B) | 107.24º | 0.66% | 0.75% | - |
| XYZ | 24.22 | 40.36 | 11.51 | - |
| YUV | 147.62 | 81.37 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 65 | 0.52 | 0 | 0.66 | 0.25 | 107.24 | 0.5 | 0.5 |
| Hex | 5C | C0 | 41 | 34 | 0 | 42 | 19 | 6B | 32 | 32 |
| Octal | 134 | 300 | 101 | 64 | 0 | 102 | 31 | 153 | 62 | 62 |
| Binary | 1011100 | 11000000 | 1000001 | 110100 | 0 | 1000010 | 11001 | 1101011 | 110010 | 110010 |
Color Harmonies of #5CC041
Complementary color
Monochromatic Colors of #5CC041
Black with #5CC041
Text Example
Text Example
White with #5CC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC041; }
p { color: rgb(92,192,65); }
H1.HeaderClassName
{
color: #5CC041;
}
.AnyTagClassName
{
color: #5CC041;
}
</style>
background-color css
<style>
a { background-color: #5CC041; }
a { background-color: rgb(92,192,65); }
div.DivClassName
{
background-color: #5CC041;
}
.BgClassName
{
background-color: #5CC041;
}
</style>
border-color css
<style>
span { border-color: #5CC041; }
span { border-color: rgb(92,192,65); }
td.TdClassName
{
border-color: #5CC041;
}
.TagClassName
{
border-color: #5CC041;
}
</style>