Shades of Apple #60D443
Tints of Apple #60D443
RGB
CMYK
RGB Variations
Color information
#60D443 (or 0x60D443) is known color: Apple. HEX triplet: 60, D4 and 43. RGB value is (96,212,67). Sum of RGB (Red+Green+Blue) = 96+212+67=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 212 (83.20% from 255 or 56.53% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 212 - color contains mainly: green. Hex color #60D443 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D443 is #9F2BBC. Grayscale: #A1A1A1. Windows color (decimal): -10431421 or 4445280. OLE color: 4445280.
HSL color Cylindrical-coordinate representation of color #60D443: hue angle of 108º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60D443 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 212 | 67 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.17 |
| HSL | 108º | 0.63% | 0.55% | - |
| HSV(B) | 108º | 0.68% | 0.83% | - |
| XYZ | 29.38 | 49.98 | 13.41 | - |
| YUV | 160.79 | 75.07 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 212 | 67 | 0.55 | 0 | 0.68 | 0.17 | 108 | 0.63 | 0.55 |
| Hex | 60 | D4 | 43 | 37 | 0 | 44 | 11 | 6C | 3F | 37 |
| Octal | 140 | 324 | 103 | 67 | 0 | 104 | 21 | 154 | 77 | 67 |
| Binary | 1100000 | 11010100 | 1000011 | 110111 | 0 | 1000100 | 10001 | 1101100 | 111111 | 110111 |
Color Harmonies of #60D443
Complementary color
Monochromatic Colors of #60D443
Black with #60D443
Text Example
Text Example
White with #60D443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D443; }
p { color: rgb(96,212,67); }
H1.HeaderClassName
{
color: #60D443;
}
.AnyTagClassName
{
color: #60D443;
}
</style>
background-color css
<style>
a { background-color: #60D443; }
a { background-color: rgb(96,212,67); }
div.DivClassName
{
background-color: #60D443;
}
.BgClassName
{
background-color: #60D443;
}
</style>
border-color css
<style>
span { border-color: #60D443; }
span { border-color: rgb(96,212,67); }
td.TdClassName
{
border-color: #60D443;
}
.TagClassName
{
border-color: #60D443;
}
</style>