Shades of Apple #5CCA45
Tints of Apple #5CCA45
RGB
CMYK
RGB Variations
Color information
#5CCA45 (or 0x5CCA45) is known color: Apple. HEX triplet: 5C, CA and 45. RGB value is (92,202,69). Sum of RGB (Red+Green+Blue) = 92+202+69=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCA45 is #A335BA. Grayscale: #9A9A9A. Windows color (decimal): -10696123 or 4573788. OLE color: 4573788.
HSL color Cylindrical-coordinate representation of color #5CCA45: hue angle of 109.62º degrees, saturation: 0.56, 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 #5CCA45 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 202 | 69 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.21 |
| HSL | 109.62º | 0.56% | 0.53% | - |
| HSV(B) | 109.62º | 0.66% | 0.79% | - |
| XYZ | 26.61 | 44.95 | 12.9 | - |
| YUV | 153.95 | 80.06 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 69 | 0.54 | 0 | 0.66 | 0.21 | 109.62 | 0.56 | 0.53 |
| Hex | 5C | CA | 45 | 36 | 0 | 42 | 15 | 6E | 38 | 35 |
| Octal | 134 | 312 | 105 | 66 | 0 | 102 | 25 | 156 | 70 | 65 |
| Binary | 1011100 | 11001010 | 1000101 | 110110 | 0 | 1000010 | 10101 | 1101110 | 111000 | 110101 |
Color Harmonies of #5CCA45
Complementary color
Monochromatic Colors of #5CCA45
Black with #5CCA45
Text Example
Text Example
White with #5CCA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCA45; }
p { color: rgb(92,202,69); }
H1.HeaderClassName
{
color: #5CCA45;
}
.AnyTagClassName
{
color: #5CCA45;
}
</style>
background-color css
<style>
a { background-color: #5CCA45; }
a { background-color: rgb(92,202,69); }
div.DivClassName
{
background-color: #5CCA45;
}
.BgClassName
{
background-color: #5CCA45;
}
</style>
border-color css
<style>
span { border-color: #5CCA45; }
span { border-color: rgb(92,202,69); }
td.TdClassName
{
border-color: #5CCA45;
}
.TagClassName
{
border-color: #5CCA45;
}
</style>