Shades of Apple #60E234
Tints of Apple #60E234
RGB
CMYK
RGB Variations
Color information
#60E234 (or 0x60E234) is known color: Apple. HEX triplet: 60, E2 and 34. RGB value is (96,226,52). Sum of RGB (Red+Green+Blue) = 96+226+52=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 226 (88.67% from 255 or 60.43% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 226 - color contains mainly: green. Hex color #60E234 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60E234 is #9F1DCB. Grayscale: #A7A7A7. Windows color (decimal): -10427852 or 3465824. OLE color: 3465824.
HSL color Cylindrical-coordinate representation of color #60E234: hue angle of 104.83º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60E234 is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 226 | 52 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.11 |
| HSL | 104.83º | 0.75% | 0.55% | - |
| HSV(B) | 104.83º | 0.77% | 0.89% | - |
| XYZ | 32.64 | 57.13 | 12.56 | - |
| YUV | 167.29 | 62.93 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 226 | 52 | 0.58 | 0 | 0.77 | 0.11 | 104.83 | 0.75 | 0.55 |
| Hex | 60 | E2 | 34 | 3A | 0 | 4D | B | 69 | 4B | 37 |
| Octal | 140 | 342 | 64 | 72 | 0 | 115 | 13 | 151 | 113 | 67 |
| Binary | 1100000 | 11100010 | 110100 | 111010 | 0 | 1001101 | 1011 | 1101001 | 1001011 | 110111 |
Color Harmonies of #60E234
Complementary color
Monochromatic Colors of #60E234
Black with #60E234
Text Example
Text Example
White with #60E234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E234; }
p { color: rgb(96,226,52); }
H1.HeaderClassName
{
color: #60E234;
}
.AnyTagClassName
{
color: #60E234;
}
</style>
background-color css
<style>
a { background-color: #60E234; }
a { background-color: rgb(96,226,52); }
div.DivClassName
{
background-color: #60E234;
}
.BgClassName
{
background-color: #60E234;
}
</style>
border-color css
<style>
span { border-color: #60E234; }
span { border-color: rgb(96,226,52); }
td.TdClassName
{
border-color: #60E234;
}
.TagClassName
{
border-color: #60E234;
}
</style>