Shades of Apple #5CC535
Tints of Apple #5CC535
RGB
CMYK
RGB Variations
Color information
#5CC535 (or 0x5CC535) is known color: Apple. HEX triplet: 5C, C5 and 35. RGB value is (92,197,53). Sum of RGB (Red+Green+Blue) = 92+197+53=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 197 (77.34% from 255 or 57.60% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 197 - color contains mainly: green. Hex color #5CC535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC535 is #A33ACA. Grayscale: #959595. Windows color (decimal): -10697419 or 3523932. OLE color: 3523932.
HSL color Cylindrical-coordinate representation of color #5CC535: hue angle of 103.75º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5CC535 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 197 | 53 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.23 |
| HSL | 103.75º | 0.58% | 0.49% | - |
| HSV(B) | 103.75º | 0.73% | 0.77% | - |
| XYZ | 25.02 | 42.46 | 10.25 | - |
| YUV | 149.19 | 73.71 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 197 | 53 | 0.53 | 0 | 0.73 | 0.23 | 103.75 | 0.58 | 0.49 |
| Hex | 5C | C5 | 35 | 35 | 0 | 49 | 17 | 68 | 3A | 31 |
| Octal | 134 | 305 | 65 | 65 | 0 | 111 | 27 | 150 | 72 | 61 |
| Binary | 1011100 | 11000101 | 110101 | 110101 | 0 | 1001001 | 10111 | 1101000 | 111010 | 110001 |
Color Harmonies of #5CC535
Complementary color
Monochromatic Colors of #5CC535
Black with #5CC535
Text Example
Text Example
White with #5CC535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC535; }
p { color: rgb(92,197,53); }
H1.HeaderClassName
{
color: #5CC535;
}
.AnyTagClassName
{
color: #5CC535;
}
</style>
background-color css
<style>
a { background-color: #5CC535; }
a { background-color: rgb(92,197,53); }
div.DivClassName
{
background-color: #5CC535;
}
.BgClassName
{
background-color: #5CC535;
}
</style>
border-color css
<style>
span { border-color: #5CC535; }
span { border-color: rgb(92,197,53); }
td.TdClassName
{
border-color: #5CC535;
}
.TagClassName
{
border-color: #5CC535;
}
</style>