Shades of Apple #5CC140
Tints of Apple #5CC140
RGB
CMYK
RGB Variations
Color information
#5CC140 (or 0x5CC140) is known color: Apple. HEX triplet: 5C, C1 and 40. RGB value is (92,193,64). Sum of RGB (Red+Green+Blue) = 92+193+64=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #5CC140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC140 is #A33EBF. Grayscale: #949494. Windows color (decimal): -10698432 or 4243804. OLE color: 4243804.
HSL color Cylindrical-coordinate representation of color #5CC140: hue angle of 106.98º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5CC140 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 193 | 64 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.24 |
| HSL | 106.98º | 0.51% | 0.5% | - |
| HSV(B) | 106.98º | 0.67% | 0.76% | - |
| XYZ | 24.41 | 40.79 | 11.44 | - |
| YUV | 148.1 | 80.54 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 193 | 64 | 0.52 | 0 | 0.67 | 0.24 | 106.98 | 0.51 | 0.5 |
| Hex | 5C | C1 | 40 | 34 | 0 | 43 | 18 | 6B | 33 | 32 |
| Octal | 134 | 301 | 100 | 64 | 0 | 103 | 30 | 153 | 63 | 62 |
| Binary | 1011100 | 11000001 | 1000000 | 110100 | 0 | 1000011 | 11000 | 1101011 | 110011 | 110010 |
Color Harmonies of #5CC140
Complementary color
Monochromatic Colors of #5CC140
Black with #5CC140
Text Example
Text Example
White with #5CC140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC140; }
p { color: rgb(92,193,64); }
H1.HeaderClassName
{
color: #5CC140;
}
.AnyTagClassName
{
color: #5CC140;
}
</style>
background-color css
<style>
a { background-color: #5CC140; }
a { background-color: rgb(92,193,64); }
div.DivClassName
{
background-color: #5CC140;
}
.BgClassName
{
background-color: #5CC140;
}
</style>
border-color css
<style>
span { border-color: #5CC140; }
span { border-color: rgb(92,193,64); }
td.TdClassName
{
border-color: #5CC140;
}
.TagClassName
{
border-color: #5CC140;
}
</style>