Shades of Apple #5CC534
Tints of Apple #5CC534
RGB
CMYK
RGB Variations
Color information
#5CC534 (or 0x5CC534) is known color: Apple. HEX triplet: 5C, C5 and 34. RGB value is (92,197,52). Sum of RGB (Red+Green+Blue) = 92+197+52=341 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.98% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #5CC534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC534 is #A33ACB. Grayscale: #959595. Windows color (decimal): -10697420 or 3458396. OLE color: 3458396.
HSL color Cylindrical-coordinate representation of color #5CC534: hue angle of 103.45º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5CC534 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 197 | 52 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.23 |
| HSL | 103.45º | 0.58% | 0.49% | - |
| HSV(B) | 103.45º | 0.74% | 0.77% | - |
| XYZ | 25 | 42.46 | 10.13 | - |
| YUV | 149.08 | 73.21 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 197 | 52 | 0.53 | 0 | 0.74 | 0.23 | 103.45 | 0.58 | 0.49 |
| Hex | 5C | C5 | 34 | 35 | 0 | 4A | 17 | 67 | 3A | 31 |
| Octal | 134 | 305 | 64 | 65 | 0 | 112 | 27 | 147 | 72 | 61 |
| Binary | 1011100 | 11000101 | 110100 | 110101 | 0 | 1001010 | 10111 | 1100111 | 111010 | 110001 |
Color Harmonies of #5CC534
Complementary color
Monochromatic Colors of #5CC534
Black with #5CC534
Text Example
Text Example
White with #5CC534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC534; }
p { color: rgb(92,197,52); }
H1.HeaderClassName
{
color: #5CC534;
}
.AnyTagClassName
{
color: #5CC534;
}
</style>
background-color css
<style>
a { background-color: #5CC534; }
a { background-color: rgb(92,197,52); }
div.DivClassName
{
background-color: #5CC534;
}
.BgClassName
{
background-color: #5CC534;
}
</style>
border-color css
<style>
span { border-color: #5CC534; }
span { border-color: rgb(92,197,52); }
td.TdClassName
{
border-color: #5CC534;
}
.TagClassName
{
border-color: #5CC534;
}
</style>