Shades of Apple #60DA39
Tints of Apple #60DA39
RGB
CMYK
RGB Variations
Color information
#60DA39 (or 0x60DA39) is known color: Apple. HEX triplet: 60, DA and 39. RGB value is (96,218,57). Sum of RGB (Red+Green+Blue) = 96+218+57=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60DA39 is #9F25C6. Grayscale: #A3A3A3. Windows color (decimal): -10429895 or 3791456. OLE color: 3791456.
HSL color Cylindrical-coordinate representation of color #60DA39: hue angle of 105.47º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60DA39 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 57 | - |
| CMYK | 0.56 | 0 | 0.74 | 0.15 |
| HSL | 105.47º | 0.69% | 0.54% | - |
| HSV(B) | 105.47º | 0.74% | 0.85% | - |
| XYZ | 30.63 | 52.93 | 12.47 | - |
| YUV | 163.17 | 68.08 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 57 | 0.56 | 0 | 0.74 | 0.15 | 105.47 | 0.69 | 0.54 |
| Hex | 60 | DA | 39 | 38 | 0 | 4A | F | 69 | 45 | 36 |
| Octal | 140 | 332 | 71 | 70 | 0 | 112 | 17 | 151 | 105 | 66 |
| Binary | 1100000 | 11011010 | 111001 | 111000 | 0 | 1001010 | 1111 | 1101001 | 1000101 | 110110 |
Color Harmonies of #60DA39
Complementary color
Monochromatic Colors of #60DA39
Black with #60DA39
Text Example
Text Example
White with #60DA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DA39; }
p { color: rgb(96,218,57); }
H1.HeaderClassName
{
color: #60DA39;
}
.AnyTagClassName
{
color: #60DA39;
}
</style>
background-color css
<style>
a { background-color: #60DA39; }
a { background-color: rgb(96,218,57); }
div.DivClassName
{
background-color: #60DA39;
}
.BgClassName
{
background-color: #60DA39;
}
</style>
border-color css
<style>
span { border-color: #60DA39; }
span { border-color: rgb(96,218,57); }
td.TdClassName
{
border-color: #60DA39;
}
.TagClassName
{
border-color: #60DA39;
}
</style>