Shades of Apple #60CA4D
Tints of Apple #60CA4D
RGB
CMYK
RGB Variations
Color information
#60CA4D (or 0x60CA4D) is known color: Apple. HEX triplet: 60, CA and 4D. RGB value is (96,202,77). Sum of RGB (Red+Green+Blue) = 96+202+77=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CA4D is #9F35B2. Grayscale: #9C9C9C. Windows color (decimal): -10433971 or 5098080. OLE color: 5098080.
HSL color Cylindrical-coordinate representation of color #60CA4D: hue angle of 110.88º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60CA4D is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 77 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.21 |
| HSL | 110.88º | 0.54% | 0.55% | - |
| HSV(B) | 110.88º | 0.62% | 0.79% | - |
| XYZ | 27.28 | 45.26 | 14.32 | - |
| YUV | 156.06 | 83.38 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 77 | 0.52 | 0 | 0.62 | 0.21 | 110.88 | 0.54 | 0.55 |
| Hex | 60 | CA | 4D | 34 | 0 | 3E | 15 | 6F | 36 | 37 |
| Octal | 140 | 312 | 115 | 64 | 0 | 76 | 25 | 157 | 66 | 67 |
| Binary | 1100000 | 11001010 | 1001101 | 110100 | 0 | 111110 | 10101 | 1101111 | 110110 | 110111 |
Color Harmonies of #60CA4D
Complementary color
Monochromatic Colors of #60CA4D
Black with #60CA4D
Text Example
Text Example
White with #60CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA4D; }
p { color: rgb(96,202,77); }
H1.HeaderClassName
{
color: #60CA4D;
}
.AnyTagClassName
{
color: #60CA4D;
}
</style>
background-color css
<style>
a { background-color: #60CA4D; }
a { background-color: rgb(96,202,77); }
div.DivClassName
{
background-color: #60CA4D;
}
.BgClassName
{
background-color: #60CA4D;
}
</style>
border-color css
<style>
span { border-color: #60CA4D; }
span { border-color: rgb(96,202,77); }
td.TdClassName
{
border-color: #60CA4D;
}
.TagClassName
{
border-color: #60CA4D;
}
</style>