Shades of Apple #60E43D
Tints of Apple #60E43D
RGB
CMYK
RGB Variations
Color information
#60E43D (or 0x60E43D) is known color: Apple. HEX triplet: 60, E4 and 3D. RGB value is (96,228,61). Sum of RGB (Red+Green+Blue) = 96+228+61=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 228 (89.45% from 255 or 59.22% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 228 - color contains mainly: green. Hex color #60E43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60E43D is #9F1BC2. Grayscale: #AAAAAA. Windows color (decimal): -10427331 or 4056160. OLE color: 4056160.
HSL color Cylindrical-coordinate representation of color #60E43D: hue angle of 107.43º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60E43D is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 228 | 61 | - |
| CMYK | 0.58 | 0 | 0.73 | 0.11 |
| HSL | 107.43º | 0.76% | 0.57% | - |
| HSV(B) | 107.43º | 0.73% | 0.89% | - |
| XYZ | 33.41 | 58.31 | 13.91 | - |
| YUV | 169.49 | 66.77 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 228 | 61 | 0.58 | 0 | 0.73 | 0.11 | 107.43 | 0.76 | 0.57 |
| Hex | 60 | E4 | 3D | 3A | 0 | 49 | B | 6B | 4C | 39 |
| Octal | 140 | 344 | 75 | 72 | 0 | 111 | 13 | 153 | 114 | 71 |
| Binary | 1100000 | 11100100 | 111101 | 111010 | 0 | 1001001 | 1011 | 1101011 | 1001100 | 111001 |
Color Harmonies of #60E43D
Complementary color
Monochromatic Colors of #60E43D
Black with #60E43D
Text Example
Text Example
White with #60E43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E43D; }
p { color: rgb(96,228,61); }
H1.HeaderClassName
{
color: #60E43D;
}
.AnyTagClassName
{
color: #60E43D;
}
</style>
background-color css
<style>
a { background-color: #60E43D; }
a { background-color: rgb(96,228,61); }
div.DivClassName
{
background-color: #60E43D;
}
.BgClassName
{
background-color: #60E43D;
}
</style>
border-color css
<style>
span { border-color: #60E43D; }
span { border-color: rgb(96,228,61); }
td.TdClassName
{
border-color: #60E43D;
}
.TagClassName
{
border-color: #60E43D;
}
</style>