Shades of Apple #60D03D
Tints of Apple #60D03D
RGB
CMYK
RGB Variations
Color information
#60D03D (or 0x60D03D) is known color: Apple. HEX triplet: 60, D0 and 3D. RGB value is (96,208,61). Sum of RGB (Red+Green+Blue) = 96+208+61=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 208 (81.64% from 255 or 56.99% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 208 - color contains mainly: green. Hex color #60D03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D03D is #9F2FC2. Grayscale: #9E9E9E. Windows color (decimal): -10432451 or 4051040. OLE color: 4051040.
HSL color Cylindrical-coordinate representation of color #60D03D: hue angle of 105.71º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60D03D is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 208 | 61 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.18 |
| HSL | 105.71º | 0.61% | 0.53% | - |
| HSV(B) | 105.71º | 0.71% | 0.82% | - |
| XYZ | 28.22 | 47.94 | 12.18 | - |
| YUV | 157.75 | 73.39 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 208 | 61 | 0.54 | 0 | 0.71 | 0.18 | 105.71 | 0.61 | 0.53 |
| Hex | 60 | D0 | 3D | 36 | 0 | 47 | 12 | 6A | 3D | 35 |
| Octal | 140 | 320 | 75 | 66 | 0 | 107 | 22 | 152 | 75 | 65 |
| Binary | 1100000 | 11010000 | 111101 | 110110 | 0 | 1000111 | 10010 | 1101010 | 111101 | 110101 |
Color Harmonies of #60D03D
Complementary color
Monochromatic Colors of #60D03D
Black with #60D03D
Text Example
Text Example
White with #60D03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D03D; }
p { color: rgb(96,208,61); }
H1.HeaderClassName
{
color: #60D03D;
}
.AnyTagClassName
{
color: #60D03D;
}
</style>
background-color css
<style>
a { background-color: #60D03D; }
a { background-color: rgb(96,208,61); }
div.DivClassName
{
background-color: #60D03D;
}
.BgClassName
{
background-color: #60D03D;
}
</style>
border-color css
<style>
span { border-color: #60D03D; }
span { border-color: rgb(96,208,61); }
td.TdClassName
{
border-color: #60D03D;
}
.TagClassName
{
border-color: #60D03D;
}
</style>