Shades of Apple #60D83C
Tints of Apple #60D83C
RGB
CMYK
RGB Variations
Color information
#60D83C (or 0x60D83C) is known color: Apple. HEX triplet: 60, D8 and 3C. RGB value is (96,216,60). Sum of RGB (Red+Green+Blue) = 96+216+60=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 216 (84.77% from 255 or 58.06% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 216 - color contains mainly: green. Hex color #60D83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D83C is #9F27C3. Grayscale: #A2A2A2. Windows color (decimal): -10430404 or 3987552. OLE color: 3987552.
HSL color Cylindrical-coordinate representation of color #60D83C: hue angle of 106.15º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60D83C is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 216 | 60 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.15 |
| HSL | 106.15º | 0.67% | 0.54% | - |
| HSV(B) | 106.15º | 0.72% | 0.85% | - |
| XYZ | 30.2 | 51.92 | 12.71 | - |
| YUV | 162.34 | 70.24 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 216 | 60 | 0.56 | 0 | 0.72 | 0.15 | 106.15 | 0.67 | 0.54 |
| Hex | 60 | D8 | 3C | 38 | 0 | 48 | F | 6A | 43 | 36 |
| Octal | 140 | 330 | 74 | 70 | 0 | 110 | 17 | 152 | 103 | 66 |
| Binary | 1100000 | 11011000 | 111100 | 111000 | 0 | 1001000 | 1111 | 1101010 | 1000011 | 110110 |
Color Harmonies of #60D83C
Complementary color
Monochromatic Colors of #60D83C
Black with #60D83C
Text Example
Text Example
White with #60D83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D83C; }
p { color: rgb(96,216,60); }
H1.HeaderClassName
{
color: #60D83C;
}
.AnyTagClassName
{
color: #60D83C;
}
</style>
background-color css
<style>
a { background-color: #60D83C; }
a { background-color: rgb(96,216,60); }
div.DivClassName
{
background-color: #60D83C;
}
.BgClassName
{
background-color: #60D83C;
}
</style>
border-color css
<style>
span { border-color: #60D83C; }
span { border-color: rgb(96,216,60); }
td.TdClassName
{
border-color: #60D83C;
}
.TagClassName
{
border-color: #60D83C;
}
</style>