Shades of Apple #5CC248
Tints of Apple #5CC248
RGB
CMYK
RGB Variations
Color information
#5CC248 (or 0x5CC248) is known color: Apple. HEX triplet: 5C, C2 and 48. RGB value is (92,194,72). Sum of RGB (Red+Green+Blue) = 92+194+72=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #5CC248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC248 is #A33DB7. Grayscale: #959595. Windows color (decimal): -10698168 or 4768348. OLE color: 4768348.
HSL color Cylindrical-coordinate representation of color #5CC248: hue angle of 110.16º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CC248 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 194 | 72 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.24 |
| HSL | 110.16º | 0.5% | 0.52% | - |
| HSV(B) | 110.16º | 0.63% | 0.76% | - |
| XYZ | 24.88 | 41.33 | 12.8 | - |
| YUV | 149.59 | 84.21 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 194 | 72 | 0.53 | 0 | 0.63 | 0.24 | 110.16 | 0.5 | 0.52 |
| Hex | 5C | C2 | 48 | 35 | 0 | 3F | 18 | 6E | 32 | 34 |
| Octal | 134 | 302 | 110 | 65 | 0 | 77 | 30 | 156 | 62 | 64 |
| Binary | 1011100 | 11000010 | 1001000 | 110101 | 0 | 111111 | 11000 | 1101110 | 110010 | 110100 |
Color Harmonies of #5CC248
Complementary color
Monochromatic Colors of #5CC248
Black with #5CC248
Text Example
Text Example
White with #5CC248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC248; }
p { color: rgb(92,194,72); }
H1.HeaderClassName
{
color: #5CC248;
}
.AnyTagClassName
{
color: #5CC248;
}
</style>
background-color css
<style>
a { background-color: #5CC248; }
a { background-color: rgb(92,194,72); }
div.DivClassName
{
background-color: #5CC248;
}
.BgClassName
{
background-color: #5CC248;
}
</style>
border-color css
<style>
span { border-color: #5CC248; }
span { border-color: rgb(92,194,72); }
td.TdClassName
{
border-color: #5CC248;
}
.TagClassName
{
border-color: #5CC248;
}
</style>