Shades of Apple #60C250
Tints of Apple #60C250
RGB
CMYK
RGB Variations
Color information
#60C250 (or 0x60C250) is known color: Apple. HEX triplet: 60, C2 and 50. RGB value is (96,194,80). Sum of RGB (Red+Green+Blue) = 96+194+80=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #60C250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C250 is #9F3DAF. Grayscale: #989898. Windows color (decimal): -10436016 or 5292640. OLE color: 5292640.
HSL color Cylindrical-coordinate representation of color #60C250: hue angle of 111.58º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60C250 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 194 | 80 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.24 |
| HSL | 111.58º | 0.48% | 0.54% | - |
| HSV(B) | 111.58º | 0.59% | 0.76% | - |
| XYZ | 25.56 | 41.65 | 14.28 | - |
| YUV | 151.7 | 87.53 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 80 | 0.51 | 0 | 0.59 | 0.24 | 111.58 | 0.48 | 0.54 |
| Hex | 60 | C2 | 50 | 33 | 0 | 3B | 18 | 70 | 30 | 36 |
| Octal | 140 | 302 | 120 | 63 | 0 | 73 | 30 | 160 | 60 | 66 |
| Binary | 1100000 | 11000010 | 1010000 | 110011 | 0 | 111011 | 11000 | 1110000 | 110000 | 110110 |
Color Harmonies of #60C250
Complementary color
Monochromatic Colors of #60C250
Black with #60C250
Text Example
Text Example
White with #60C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C250; }
p { color: rgb(96,194,80); }
H1.HeaderClassName
{
color: #60C250;
}
.AnyTagClassName
{
color: #60C250;
}
</style>
background-color css
<style>
a { background-color: #60C250; }
a { background-color: rgb(96,194,80); }
div.DivClassName
{
background-color: #60C250;
}
.BgClassName
{
background-color: #60C250;
}
</style>
border-color css
<style>
span { border-color: #60C250; }
span { border-color: rgb(96,194,80); }
td.TdClassName
{
border-color: #60C250;
}
.TagClassName
{
border-color: #60C250;
}
</style>