Shades of Apple #5CC246
Tints of Apple #5CC246
RGB
CMYK
RGB Variations
Color information
#5CC246 (or 0x5CC246) is known color: Apple. HEX triplet: 5C, C2 and 46. RGB value is (92,194,70). Sum of RGB (Red+Green+Blue) = 92+194+70=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #5CC246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC246 is #A33DB9. Grayscale: #959595. Windows color (decimal): -10698170 or 4637276. OLE color: 4637276.
HSL color Cylindrical-coordinate representation of color #5CC246: hue angle of 109.35º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CC246 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 194 | 70 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.24 |
| HSL | 109.35º | 0.5% | 0.52% | - |
| HSV(B) | 109.35º | 0.64% | 0.76% | - |
| XYZ | 24.81 | 41.3 | 12.46 | - |
| YUV | 149.37 | 83.21 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 194 | 70 | 0.53 | 0 | 0.64 | 0.24 | 109.35 | 0.5 | 0.52 |
| Hex | 5C | C2 | 46 | 35 | 0 | 40 | 18 | 6D | 32 | 34 |
| Octal | 134 | 302 | 106 | 65 | 0 | 100 | 30 | 155 | 62 | 64 |
| Binary | 1011100 | 11000010 | 1000110 | 110101 | 0 | 1000000 | 11000 | 1101101 | 110010 | 110100 |
Color Harmonies of #5CC246
Complementary color
Monochromatic Colors of #5CC246
Black with #5CC246
Text Example
Text Example
White with #5CC246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC246; }
p { color: rgb(92,194,70); }
H1.HeaderClassName
{
color: #5CC246;
}
.AnyTagClassName
{
color: #5CC246;
}
</style>
background-color css
<style>
a { background-color: #5CC246; }
a { background-color: rgb(92,194,70); }
div.DivClassName
{
background-color: #5CC246;
}
.BgClassName
{
background-color: #5CC246;
}
</style>
border-color css
<style>
span { border-color: #5CC246; }
span { border-color: rgb(92,194,70); }
td.TdClassName
{
border-color: #5CC246;
}
.TagClassName
{
border-color: #5CC246;
}
</style>