Shades of Apple #60C43F
Tints of Apple #60C43F
RGB
CMYK
RGB Variations
Color information
#60C43F (or 0x60C43F) is known color: Apple. HEX triplet: 60, C4 and 3F. RGB value is (96,196,63). Sum of RGB (Red+Green+Blue) = 96+196+63=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 196 (76.95% from 255 or 55.21% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 196 - color contains mainly: green. Hex color #60C43F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C43F is #9F3BC0. Grayscale: #979797. Windows color (decimal): -10435521 or 4179040. OLE color: 4179040.
HSL color Cylindrical-coordinate representation of color #60C43F: hue angle of 105.11º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60C43F is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 196 | 63 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.23 |
| HSL | 105.11º | 0.53% | 0.51% | - |
| HSV(B) | 105.11º | 0.68% | 0.77% | - |
| XYZ | 25.46 | 42.33 | 11.53 | - |
| YUV | 150.94 | 78.37 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 196 | 63 | 0.51 | 0 | 0.68 | 0.23 | 105.11 | 0.53 | 0.51 |
| Hex | 60 | C4 | 3F | 33 | 0 | 44 | 17 | 69 | 35 | 33 |
| Octal | 140 | 304 | 77 | 63 | 0 | 104 | 27 | 151 | 65 | 63 |
| Binary | 1100000 | 11000100 | 111111 | 110011 | 0 | 1000100 | 10111 | 1101001 | 110101 | 110011 |
Color Harmonies of #60C43F
Complementary color
Monochromatic Colors of #60C43F
Black with #60C43F
Text Example
Text Example
White with #60C43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C43F; }
p { color: rgb(96,196,63); }
H1.HeaderClassName
{
color: #60C43F;
}
.AnyTagClassName
{
color: #60C43F;
}
</style>
background-color css
<style>
a { background-color: #60C43F; }
a { background-color: rgb(96,196,63); }
div.DivClassName
{
background-color: #60C43F;
}
.BgClassName
{
background-color: #60C43F;
}
</style>
border-color css
<style>
span { border-color: #60C43F; }
span { border-color: rgb(96,196,63); }
td.TdClassName
{
border-color: #60C43F;
}
.TagClassName
{
border-color: #60C43F;
}
</style>