Shades of Apple #60C44A
Tints of Apple #60C44A
RGB
CMYK
RGB Variations
Color information
#60C44A (or 0x60C44A) is known color: Apple. HEX triplet: 60, C4 and 4A. RGB value is (96,196,74). Sum of RGB (Red+Green+Blue) = 96+196+74=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 196 (76.95% from 255 or 53.55% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 196 - color contains mainly: green. Hex color #60C44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C44A is #9F3BB5. Grayscale: #989898. Windows color (decimal): -10435510 or 4899936. OLE color: 4899936.
HSL color Cylindrical-coordinate representation of color #60C44A: hue angle of 109.18º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60C44A is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 196 | 74 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.23 |
| HSL | 109.18º | 0.51% | 0.53% | - |
| HSV(B) | 109.18º | 0.62% | 0.77% | - |
| XYZ | 25.8 | 42.46 | 13.31 | - |
| YUV | 152.19 | 83.87 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 196 | 74 | 0.51 | 0 | 0.62 | 0.23 | 109.18 | 0.51 | 0.53 |
| Hex | 60 | C4 | 4A | 33 | 0 | 3E | 17 | 6D | 33 | 35 |
| Octal | 140 | 304 | 112 | 63 | 0 | 76 | 27 | 155 | 63 | 65 |
| Binary | 1100000 | 11000100 | 1001010 | 110011 | 0 | 111110 | 10111 | 1101101 | 110011 | 110101 |
Color Harmonies of #60C44A
Complementary color
Monochromatic Colors of #60C44A
Black with #60C44A
Text Example
Text Example
White with #60C44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C44A; }
p { color: rgb(96,196,74); }
H1.HeaderClassName
{
color: #60C44A;
}
.AnyTagClassName
{
color: #60C44A;
}
</style>
background-color css
<style>
a { background-color: #60C44A; }
a { background-color: rgb(96,196,74); }
div.DivClassName
{
background-color: #60C44A;
}
.BgClassName
{
background-color: #60C44A;
}
</style>
border-color css
<style>
span { border-color: #60C44A; }
span { border-color: rgb(96,196,74); }
td.TdClassName
{
border-color: #60C44A;
}
.TagClassName
{
border-color: #60C44A;
}
</style>