Shades of Apple #60E63A
Tints of Apple #60E63A
RGB
CMYK
RGB Variations
Color information
#60E63A (or 0x60E63A) is known color: Apple. HEX triplet: 60, E6 and 3A. RGB value is (96,230,58). Sum of RGB (Red+Green+Blue) = 96+230+58=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 230 (90.23% from 255 or 59.90% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 230 - color contains mainly: green. Hex color #60E63A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60E63A is #9F19C5. Grayscale: #AAAAAA. Windows color (decimal): -10426822 or 3860064. OLE color: 3860064.
HSL color Cylindrical-coordinate representation of color #60E63A: hue angle of 106.74º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60E63A is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 230 | 58 | - |
| CMYK | 0.58 | 0 | 0.75 | 0.10 |
| HSL | 106.74º | 0.77% | 0.56% | - |
| HSV(B) | 106.74º | 0.75% | 0.9% | - |
| XYZ | 33.88 | 59.39 | 13.68 | - |
| YUV | 170.33 | 64.61 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 230 | 58 | 0.58 | 0 | 0.75 | 0.10 | 106.74 | 0.77 | 0.56 |
| Hex | 60 | E6 | 3A | 3A | 0 | 4B | A | 6B | 4D | 38 |
| Octal | 140 | 346 | 72 | 72 | 0 | 113 | 12 | 153 | 115 | 70 |
| Binary | 1100000 | 11100110 | 111010 | 111010 | 0 | 1001011 | 1010 | 1101011 | 1001101 | 111000 |
Color Harmonies of #60E63A
Complementary color
Monochromatic Colors of #60E63A
Black with #60E63A
Text Example
Text Example
White with #60E63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E63A; }
p { color: rgb(96,230,58); }
H1.HeaderClassName
{
color: #60E63A;
}
.AnyTagClassName
{
color: #60E63A;
}
</style>
background-color css
<style>
a { background-color: #60E63A; }
a { background-color: rgb(96,230,58); }
div.DivClassName
{
background-color: #60E63A;
}
.BgClassName
{
background-color: #60E63A;
}
</style>
border-color css
<style>
span { border-color: #60E63A; }
span { border-color: rgb(96,230,58); }
td.TdClassName
{
border-color: #60E63A;
}
.TagClassName
{
border-color: #60E63A;
}
</style>