Shades of Apple #5CC945
Tints of Apple #5CC945
RGB
CMYK
RGB Variations
Color information
#5CC945 (or 0x5CC945) is known color: Apple. HEX triplet: 5C, C9 and 45. RGB value is (92,201,69). Sum of RGB (Red+Green+Blue) = 92+201+69=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 201 (78.91% from 255 or 55.52% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 201 - color contains mainly: green. Hex color #5CC945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC945 is #A336BA. Grayscale: #999999. Windows color (decimal): -10696379 or 4573532. OLE color: 4573532.
HSL color Cylindrical-coordinate representation of color #5CC945: hue angle of 109.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5CC945 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 201 | 69 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.21 |
| HSL | 109.55º | 0.55% | 0.53% | - |
| HSV(B) | 109.55º | 0.66% | 0.79% | - |
| XYZ | 26.37 | 44.48 | 12.83 | - |
| YUV | 153.36 | 80.39 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 201 | 69 | 0.54 | 0 | 0.66 | 0.21 | 109.55 | 0.55 | 0.53 |
| Hex | 5C | C9 | 45 | 36 | 0 | 42 | 15 | 6E | 37 | 35 |
| Octal | 134 | 311 | 105 | 66 | 0 | 102 | 25 | 156 | 67 | 65 |
| Binary | 1011100 | 11001001 | 1000101 | 110110 | 0 | 1000010 | 10101 | 1101110 | 110111 | 110101 |
Color Harmonies of #5CC945
Complementary color
Monochromatic Colors of #5CC945
Black with #5CC945
Text Example
Text Example
White with #5CC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC945; }
p { color: rgb(92,201,69); }
H1.HeaderClassName
{
color: #5CC945;
}
.AnyTagClassName
{
color: #5CC945;
}
</style>
background-color css
<style>
a { background-color: #5CC945; }
a { background-color: rgb(92,201,69); }
div.DivClassName
{
background-color: #5CC945;
}
.BgClassName
{
background-color: #5CC945;
}
</style>
border-color css
<style>
span { border-color: #5CC945; }
span { border-color: rgb(92,201,69); }
td.TdClassName
{
border-color: #5CC945;
}
.TagClassName
{
border-color: #5CC945;
}
</style>