Shades of Apple #5CCB50
Tints of Apple #5CCB50
RGB
CMYK
RGB Variations
Color information
#5CCB50 (or 0x5CCB50) is known color: Apple. HEX triplet: 5C, CB and 50. RGB value is (92,203,80). Sum of RGB (Red+Green+Blue) = 92+203+80=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCB50 is #A334AF. Grayscale: #9C9C9C. Windows color (decimal): -10695856 or 5294940. OLE color: 5294940.
HSL color Cylindrical-coordinate representation of color #5CCB50: hue angle of 114.15º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CCB50 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 203 | 80 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.20 |
| HSL | 114.15º | 0.54% | 0.55% | - |
| HSV(B) | 114.15º | 0.61% | 0.8% | - |
| XYZ | 27.22 | 45.57 | 14.95 | - |
| YUV | 155.79 | 85.23 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 203 | 80 | 0.55 | 0 | 0.61 | 0.20 | 114.15 | 0.54 | 0.55 |
| Hex | 5C | CB | 50 | 37 | 0 | 3D | 14 | 72 | 36 | 37 |
| Octal | 134 | 313 | 120 | 67 | 0 | 75 | 24 | 162 | 66 | 67 |
| Binary | 1011100 | 11001011 | 1010000 | 110111 | 0 | 111101 | 10100 | 1110010 | 110110 | 110111 |
Color Harmonies of #5CCB50
Complementary color
Monochromatic Colors of #5CCB50
Black with #5CCB50
Text Example
Text Example
White with #5CCB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCB50; }
p { color: rgb(92,203,80); }
H1.HeaderClassName
{
color: #5CCB50;
}
.AnyTagClassName
{
color: #5CCB50;
}
</style>
background-color css
<style>
a { background-color: #5CCB50; }
a { background-color: rgb(92,203,80); }
div.DivClassName
{
background-color: #5CCB50;
}
.BgClassName
{
background-color: #5CCB50;
}
</style>
border-color css
<style>
span { border-color: #5CCB50; }
span { border-color: rgb(92,203,80); }
td.TdClassName
{
border-color: #5CCB50;
}
.TagClassName
{
border-color: #5CCB50;
}
</style>