Shades of Apple #60C94D
Tints of Apple #60C94D
RGB
CMYK
RGB Variations
Color information
#60C94D (or 0x60C94D) is known color: Apple. HEX triplet: 60, C9 and 4D. RGB value is (96,201,77). Sum of RGB (Red+Green+Blue) = 96+201+77=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 201 (78.91% from 255 or 53.74% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 201 - color contains mainly: green. Hex color #60C94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C94D is #9F36B2. Grayscale: #9B9B9B. Windows color (decimal): -10434227 or 5097824. OLE color: 5097824.
HSL color Cylindrical-coordinate representation of color #60C94D: hue angle of 110.81º degrees, saturation: 0.53, 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 #60C94D is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 77 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.21 |
| HSL | 110.81º | 0.53% | 0.55% | - |
| HSV(B) | 110.81º | 0.62% | 0.79% | - |
| XYZ | 27.05 | 44.8 | 14.24 | - |
| YUV | 155.47 | 83.71 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 77 | 0.52 | 0 | 0.62 | 0.21 | 110.81 | 0.53 | 0.55 |
| Hex | 60 | C9 | 4D | 34 | 0 | 3E | 15 | 6F | 35 | 37 |
| Octal | 140 | 311 | 115 | 64 | 0 | 76 | 25 | 157 | 65 | 67 |
| Binary | 1100000 | 11001001 | 1001101 | 110100 | 0 | 111110 | 10101 | 1101111 | 110101 | 110111 |
Color Harmonies of #60C94D
Complementary color
Monochromatic Colors of #60C94D
Black with #60C94D
Text Example
Text Example
White with #60C94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C94D; }
p { color: rgb(96,201,77); }
H1.HeaderClassName
{
color: #60C94D;
}
.AnyTagClassName
{
color: #60C94D;
}
</style>
background-color css
<style>
a { background-color: #60C94D; }
a { background-color: rgb(96,201,77); }
div.DivClassName
{
background-color: #60C94D;
}
.BgClassName
{
background-color: #60C94D;
}
</style>
border-color css
<style>
span { border-color: #60C94D; }
span { border-color: rgb(96,201,77); }
td.TdClassName
{
border-color: #60C94D;
}
.TagClassName
{
border-color: #60C94D;
}
</style>