Shades of Apple #60C53D
Tints of Apple #60C53D
RGB
CMYK
RGB Variations
Color information
#60C53D (or 0x60C53D) is known color: Apple. HEX triplet: 60, C5 and 3D. RGB value is (96,197,61). Sum of RGB (Red+Green+Blue) = 96+197+61=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 197 (77.34% from 255 or 55.65% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 197 - color contains mainly: green. Hex color #60C53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C53D is #9F3AC2. Grayscale: #979797. Windows color (decimal): -10435267 or 4048224. OLE color: 4048224.
HSL color Cylindrical-coordinate representation of color #60C53D: hue angle of 104.56º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60C53D is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 197 | 61 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.23 |
| HSL | 104.56º | 0.54% | 0.51% | - |
| HSV(B) | 104.56º | 0.69% | 0.77% | - |
| XYZ | 25.63 | 42.76 | 11.32 | - |
| YUV | 151.3 | 77.04 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 197 | 61 | 0.51 | 0 | 0.69 | 0.23 | 104.56 | 0.54 | 0.51 |
| Hex | 60 | C5 | 3D | 33 | 0 | 45 | 17 | 69 | 36 | 33 |
| Octal | 140 | 305 | 75 | 63 | 0 | 105 | 27 | 151 | 66 | 63 |
| Binary | 1100000 | 11000101 | 111101 | 110011 | 0 | 1000101 | 10111 | 1101001 | 110110 | 110011 |
Color Harmonies of #60C53D
Complementary color
Monochromatic Colors of #60C53D
Black with #60C53D
Text Example
Text Example
White with #60C53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C53D; }
p { color: rgb(96,197,61); }
H1.HeaderClassName
{
color: #60C53D;
}
.AnyTagClassName
{
color: #60C53D;
}
</style>
background-color css
<style>
a { background-color: #60C53D; }
a { background-color: rgb(96,197,61); }
div.DivClassName
{
background-color: #60C53D;
}
.BgClassName
{
background-color: #60C53D;
}
</style>
border-color css
<style>
span { border-color: #60C53D; }
span { border-color: rgb(96,197,61); }
td.TdClassName
{
border-color: #60C53D;
}
.TagClassName
{
border-color: #60C53D;
}
</style>