Shades of Apple #60D645
Tints of Apple #60D645
RGB
CMYK
RGB Variations
Color information
#60D645 (or 0x60D645) is known color: Apple. HEX triplet: 60, D6 and 45. RGB value is (96,214,69). Sum of RGB (Red+Green+Blue) = 96+214+69=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #60D645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D645 is #9F29BA. Grayscale: #A2A2A2. Windows color (decimal): -10430907 or 4576864. OLE color: 4576864.
HSL color Cylindrical-coordinate representation of color #60D645: hue angle of 108.83º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60D645 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 214 | 69 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.16 |
| HSL | 108.83º | 0.64% | 0.55% | - |
| HSV(B) | 108.83º | 0.68% | 0.84% | - |
| XYZ | 29.94 | 51.01 | 13.9 | - |
| YUV | 162.19 | 75.41 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 214 | 69 | 0.55 | 0 | 0.68 | 0.16 | 108.83 | 0.64 | 0.55 |
| Hex | 60 | D6 | 45 | 37 | 0 | 44 | 10 | 6D | 40 | 37 |
| Octal | 140 | 326 | 105 | 67 | 0 | 104 | 20 | 155 | 100 | 67 |
| Binary | 1100000 | 11010110 | 1000101 | 110111 | 0 | 1000100 | 10000 | 1101101 | 1000000 | 110111 |
Color Harmonies of #60D645
Complementary color
Monochromatic Colors of #60D645
Black with #60D645
Text Example
Text Example
White with #60D645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D645; }
p { color: rgb(96,214,69); }
H1.HeaderClassName
{
color: #60D645;
}
.AnyTagClassName
{
color: #60D645;
}
</style>
background-color css
<style>
a { background-color: #60D645; }
a { background-color: rgb(96,214,69); }
div.DivClassName
{
background-color: #60D645;
}
.BgClassName
{
background-color: #60D645;
}
</style>
border-color css
<style>
span { border-color: #60D645; }
span { border-color: rgb(96,214,69); }
td.TdClassName
{
border-color: #60D645;
}
.TagClassName
{
border-color: #60D645;
}
</style>