Shades of Apple #60D232
Tints of Apple #60D232
RGB
CMYK
RGB Variations
Color information
#60D232 (or 0x60D232) is known color: Apple. HEX triplet: 60, D2 and 32. RGB value is (96,210,50). Sum of RGB (Red+Green+Blue) = 96+210+50=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #60D232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D232 is #9F2DCD. Grayscale: #9E9E9E. Windows color (decimal): -10431950 or 3330656. OLE color: 3330656.
HSL color Cylindrical-coordinate representation of color #60D232: hue angle of 102.75º degrees, saturation: 0.64, 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 #60D232 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 210 | 50 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.18 |
| HSL | 102.75º | 0.64% | 0.51% | - |
| HSV(B) | 102.75º | 0.76% | 0.82% | - |
| XYZ | 28.45 | 48.81 | 10.94 | - |
| YUV | 157.67 | 67.23 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 210 | 50 | 0.54 | 0 | 0.76 | 0.18 | 102.75 | 0.64 | 0.51 |
| Hex | 60 | D2 | 32 | 36 | 0 | 4C | 12 | 67 | 40 | 33 |
| Octal | 140 | 322 | 62 | 66 | 0 | 114 | 22 | 147 | 100 | 63 |
| Binary | 1100000 | 11010010 | 110010 | 110110 | 0 | 1001100 | 10010 | 1100111 | 1000000 | 110011 |
Color Harmonies of #60D232
Complementary color
Monochromatic Colors of #60D232
Black with #60D232
Text Example
Text Example
White with #60D232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D232; }
p { color: rgb(96,210,50); }
H1.HeaderClassName
{
color: #60D232;
}
.AnyTagClassName
{
color: #60D232;
}
</style>
background-color css
<style>
a { background-color: #60D232; }
a { background-color: rgb(96,210,50); }
div.DivClassName
{
background-color: #60D232;
}
.BgClassName
{
background-color: #60D232;
}
</style>
border-color css
<style>
span { border-color: #60D232; }
span { border-color: rgb(96,210,50); }
td.TdClassName
{
border-color: #60D232;
}
.TagClassName
{
border-color: #60D232;
}
</style>