Shades of Apple #5CC750
Tints of Apple #5CC750
RGB
CMYK
RGB Variations
Color information
#5CC750 (or 0x5CC750) is known color: Apple. HEX triplet: 5C, C7 and 50. RGB value is (92,199,80). Sum of RGB (Red+Green+Blue) = 92+199+80=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 199 (78.12% from 255 or 53.64% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 199 - color contains mainly: green. Hex color #5CC750 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC750 is #A338AF. Grayscale: #999999. Windows color (decimal): -10696880 or 5293916. OLE color: 5293916.
HSL color Cylindrical-coordinate representation of color #5CC750: hue angle of 113.95º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CC750 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 92 | 199 | 80 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.22 |
| HSL | 113.95º | 0.52% | 0.55% | - |
| HSV(B) | 113.95º | 0.6% | 0.78% | - |
| XYZ | 26.29 | 43.7 | 14.64 | - |
| YUV | 153.44 | 86.55 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 199 | 80 | 0.54 | 0 | 0.60 | 0.22 | 113.95 | 0.52 | 0.55 |
| Hex | 5C | C7 | 50 | 36 | 0 | 3C | 16 | 72 | 34 | 37 |
| Octal | 134 | 307 | 120 | 66 | 0 | 74 | 26 | 162 | 64 | 67 |
| Binary | 1011100 | 11000111 | 1010000 | 110110 | 0 | 111100 | 10110 | 1110010 | 110100 | 110111 |
Color Harmonies of #5CC750
Complementary color
Monochromatic Colors of #5CC750
Black with #5CC750
Text Example
Text Example
White with #5CC750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC750; }
p { color: rgb(92,199,80); }
H1.HeaderClassName
{
color: #5CC750;
}
.AnyTagClassName
{
color: #5CC750;
}
</style>
background-color css
<style>
a { background-color: #5CC750; }
a { background-color: rgb(92,199,80); }
div.DivClassName
{
background-color: #5CC750;
}
.BgClassName
{
background-color: #5CC750;
}
</style>
border-color css
<style>
span { border-color: #5CC750; }
span { border-color: rgb(92,199,80); }
td.TdClassName
{
border-color: #5CC750;
}
.TagClassName
{
border-color: #5CC750;
}
</style>