Shades of Apple #60D133
Tints of Apple #60D133
RGB
CMYK
RGB Variations
Color information
#60D133 (or 0x60D133) is known color: Apple. HEX triplet: 60, D1 and 33. RGB value is (96,209,51). Sum of RGB (Red+Green+Blue) = 96+209+51=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 209 (82.03% from 255 or 58.71% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 209 - color contains mainly: green. Hex color #60D133 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D133 is #9F2ECC. Grayscale: #9D9D9D. Windows color (decimal): -10432205 or 3395936. OLE color: 3395936.
HSL color Cylindrical-coordinate representation of color #60D133: hue angle of 102.91º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60D133 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 209 | 51 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.18 |
| HSL | 102.91º | 0.63% | 0.51% | - |
| HSV(B) | 102.91º | 0.76% | 0.82% | - |
| XYZ | 28.22 | 48.33 | 10.97 | - |
| YUV | 157.2 | 68.06 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 209 | 51 | 0.54 | 0 | 0.76 | 0.18 | 102.91 | 0.63 | 0.51 |
| Hex | 60 | D1 | 33 | 36 | 0 | 4C | 12 | 67 | 3F | 33 |
| Octal | 140 | 321 | 63 | 66 | 0 | 114 | 22 | 147 | 77 | 63 |
| Binary | 1100000 | 11010001 | 110011 | 110110 | 0 | 1001100 | 10010 | 1100111 | 111111 | 110011 |
Color Harmonies of #60D133
Complementary color
Monochromatic Colors of #60D133
Black with #60D133
Text Example
Text Example
White with #60D133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D133; }
p { color: rgb(96,209,51); }
H1.HeaderClassName
{
color: #60D133;
}
.AnyTagClassName
{
color: #60D133;
}
</style>
background-color css
<style>
a { background-color: #60D133; }
a { background-color: rgb(96,209,51); }
div.DivClassName
{
background-color: #60D133;
}
.BgClassName
{
background-color: #60D133;
}
</style>
border-color css
<style>
span { border-color: #60D133; }
span { border-color: rgb(96,209,51); }
td.TdClassName
{
border-color: #60D133;
}
.TagClassName
{
border-color: #60D133;
}
</style>