Shades of Apple #60D83F
Tints of Apple #60D83F
RGB
CMYK
RGB Variations
Color information
#60D83F (or 0x60D83F) is known color: Apple. HEX triplet: 60, D8 and 3F. RGB value is (96,216,63). Sum of RGB (Red+Green+Blue) = 96+216+63=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #60D83F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D83F is #9F27C0. Grayscale: #A3A3A3. Windows color (decimal): -10430401 or 4184160. OLE color: 4184160.
HSL color Cylindrical-coordinate representation of color #60D83F: hue angle of 107.06º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60D83F is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 216 | 63 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.15 |
| HSL | 107.06º | 0.66% | 0.55% | - |
| HSV(B) | 107.06º | 0.71% | 0.85% | - |
| XYZ | 30.28 | 51.96 | 13.14 | - |
| YUV | 162.68 | 71.74 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 216 | 63 | 0.56 | 0 | 0.71 | 0.15 | 107.06 | 0.66 | 0.55 |
| Hex | 60 | D8 | 3F | 38 | 0 | 47 | F | 6B | 42 | 37 |
| Octal | 140 | 330 | 77 | 70 | 0 | 107 | 17 | 153 | 102 | 67 |
| Binary | 1100000 | 11011000 | 111111 | 111000 | 0 | 1000111 | 1111 | 1101011 | 1000010 | 110111 |
Color Harmonies of #60D83F
Complementary color
Monochromatic Colors of #60D83F
Black with #60D83F
Text Example
Text Example
White with #60D83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D83F; }
p { color: rgb(96,216,63); }
H1.HeaderClassName
{
color: #60D83F;
}
.AnyTagClassName
{
color: #60D83F;
}
</style>
background-color css
<style>
a { background-color: #60D83F; }
a { background-color: rgb(96,216,63); }
div.DivClassName
{
background-color: #60D83F;
}
.BgClassName
{
background-color: #60D83F;
}
</style>
border-color css
<style>
span { border-color: #60D83F; }
span { border-color: rgb(96,216,63); }
td.TdClassName
{
border-color: #60D83F;
}
.TagClassName
{
border-color: #60D83F;
}
</style>