Shades of Apple #60E033
Tints of Apple #60E033
RGB
CMYK
RGB Variations
Color information
#60E033 (or 0x60E033) is known color: Apple. HEX triplet: 60, E0 and 33. RGB value is (96,224,51). Sum of RGB (Red+Green+Blue) = 96+224+51=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 224 (87.89% from 255 or 60.38% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 224 - color contains mainly: green. Hex color #60E033 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60E033 is #9F1FCC. Grayscale: #A6A6A6. Windows color (decimal): -10428365 or 3399776. OLE color: 3399776.
HSL color Cylindrical-coordinate representation of color #60E033: hue angle of 104.39º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60E033 is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 224 | 51 | - |
| CMYK | 0.57 | 0 | 0.77 | 0.12 |
| HSL | 104.39º | 0.74% | 0.54% | - |
| HSV(B) | 104.39º | 0.77% | 0.88% | - |
| XYZ | 32.08 | 56.04 | 12.26 | - |
| YUV | 166.01 | 63.09 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 224 | 51 | 0.57 | 0 | 0.77 | 0.12 | 104.39 | 0.74 | 0.54 |
| Hex | 60 | E0 | 33 | 39 | 0 | 4D | C | 68 | 4A | 36 |
| Octal | 140 | 340 | 63 | 71 | 0 | 115 | 14 | 150 | 112 | 66 |
| Binary | 1100000 | 11100000 | 110011 | 111001 | 0 | 1001101 | 1100 | 1101000 | 1001010 | 110110 |
Color Harmonies of #60E033
Complementary color
Monochromatic Colors of #60E033
Black with #60E033
Text Example
Text Example
White with #60E033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E033; }
p { color: rgb(96,224,51); }
H1.HeaderClassName
{
color: #60E033;
}
.AnyTagClassName
{
color: #60E033;
}
</style>
background-color css
<style>
a { background-color: #60E033; }
a { background-color: rgb(96,224,51); }
div.DivClassName
{
background-color: #60E033;
}
.BgClassName
{
background-color: #60E033;
}
</style>
border-color css
<style>
span { border-color: #60E033; }
span { border-color: rgb(96,224,51); }
td.TdClassName
{
border-color: #60E033;
}
.TagClassName
{
border-color: #60E033;
}
</style>