Shades of Apple #60DA33
Tints of Apple #60DA33
RGB
CMYK
RGB Variations
Color information
#60DA33 (or 0x60DA33) is known color: Apple. HEX triplet: 60, DA and 33. RGB value is (96,218,51). Sum of RGB (Red+Green+Blue) = 96+218+51=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 218 (85.55% from 255 or 59.73% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DA33 is #9F25CC. Grayscale: #A3A3A3. Windows color (decimal): -10429901 or 3398240. OLE color: 3398240.
HSL color Cylindrical-coordinate representation of color #60DA33: hue angle of 103.83º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60DA33 is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 51 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.15 |
| HSL | 103.83º | 0.69% | 0.53% | - |
| HSV(B) | 103.83º | 0.77% | 0.85% | - |
| XYZ | 30.49 | 52.87 | 11.73 | - |
| YUV | 162.48 | 65.08 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 51 | 0.56 | 0 | 0.77 | 0.15 | 103.83 | 0.69 | 0.53 |
| Hex | 60 | DA | 33 | 38 | 0 | 4D | F | 68 | 45 | 35 |
| Octal | 140 | 332 | 63 | 70 | 0 | 115 | 17 | 150 | 105 | 65 |
| Binary | 1100000 | 11011010 | 110011 | 111000 | 0 | 1001101 | 1111 | 1101000 | 1000101 | 110101 |
Color Harmonies of #60DA33
Complementary color
Monochromatic Colors of #60DA33
Black with #60DA33
Text Example
Text Example
White with #60DA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DA33; }
p { color: rgb(96,218,51); }
H1.HeaderClassName
{
color: #60DA33;
}
.AnyTagClassName
{
color: #60DA33;
}
</style>
background-color css
<style>
a { background-color: #60DA33; }
a { background-color: rgb(96,218,51); }
div.DivClassName
{
background-color: #60DA33;
}
.BgClassName
{
background-color: #60DA33;
}
</style>
border-color css
<style>
span { border-color: #60DA33; }
span { border-color: rgb(96,218,51); }
td.TdClassName
{
border-color: #60DA33;
}
.TagClassName
{
border-color: #60DA33;
}
</style>