Shades of Apple #5CC349
Tints of Apple #5CC349
RGB
CMYK
RGB Variations
Color information
#5CC349 (or 0x5CC349) is known color: Apple. HEX triplet: 5C, C3 and 49. RGB value is (92,195,73). Sum of RGB (Red+Green+Blue) = 92+195+73=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #5CC349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC349 is #A33CB6. Grayscale: #969696. Windows color (decimal): -10697911 or 4834140. OLE color: 4834140.
HSL color Cylindrical-coordinate representation of color #5CC349: hue angle of 110.66º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CC349 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 195 | 73 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.24 |
| HSL | 110.66º | 0.5% | 0.53% | - |
| HSV(B) | 110.66º | 0.63% | 0.76% | - |
| XYZ | 25.13 | 41.79 | 13.04 | - |
| YUV | 150.3 | 84.38 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 195 | 73 | 0.53 | 0 | 0.63 | 0.24 | 110.66 | 0.5 | 0.53 |
| Hex | 5C | C3 | 49 | 35 | 0 | 3F | 18 | 6F | 32 | 35 |
| Octal | 134 | 303 | 111 | 65 | 0 | 77 | 30 | 157 | 62 | 65 |
| Binary | 1011100 | 11000011 | 1001001 | 110101 | 0 | 111111 | 11000 | 1101111 | 110010 | 110101 |
Color Harmonies of #5CC349
Complementary color
Monochromatic Colors of #5CC349
Black with #5CC349
Text Example
Text Example
White with #5CC349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC349; }
p { color: rgb(92,195,73); }
H1.HeaderClassName
{
color: #5CC349;
}
.AnyTagClassName
{
color: #5CC349;
}
</style>
background-color css
<style>
a { background-color: #5CC349; }
a { background-color: rgb(92,195,73); }
div.DivClassName
{
background-color: #5CC349;
}
.BgClassName
{
background-color: #5CC349;
}
</style>
border-color css
<style>
span { border-color: #5CC349; }
span { border-color: rgb(92,195,73); }
td.TdClassName
{
border-color: #5CC349;
}
.TagClassName
{
border-color: #5CC349;
}
</style>