Shades of Apple #60C231
Tints of Apple #60C231
RGB
CMYK
RGB Variations
Color information
#60C231 (or 0x60C231) is known color: Apple. HEX triplet: 60, C2 and 31. RGB value is (96,194,49). Sum of RGB (Red+Green+Blue) = 96+194+49=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #60C231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C231 is #9F3DCE. Grayscale: #949494. Windows color (decimal): -10436047 or 3261024. OLE color: 3261024.
HSL color Cylindrical-coordinate representation of color #60C231: hue angle of 100.55º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60C231 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 194 | 49 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.24 |
| HSL | 100.55º | 0.6% | 0.48% | - |
| HSV(B) | 100.55º | 0.75% | 0.76% | - |
| XYZ | 24.67 | 41.29 | 9.58 | - |
| YUV | 148.17 | 72.03 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 49 | 0.51 | 0 | 0.75 | 0.24 | 100.55 | 0.6 | 0.48 |
| Hex | 60 | C2 | 31 | 33 | 0 | 4B | 18 | 65 | 3C | 30 |
| Octal | 140 | 302 | 61 | 63 | 0 | 113 | 30 | 145 | 74 | 60 |
| Binary | 1100000 | 11000010 | 110001 | 110011 | 0 | 1001011 | 11000 | 1100101 | 111100 | 110000 |
Color Harmonies of #60C231
Complementary color
Monochromatic Colors of #60C231
Black with #60C231
Text Example
Text Example
White with #60C231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C231; }
p { color: rgb(96,194,49); }
H1.HeaderClassName
{
color: #60C231;
}
.AnyTagClassName
{
color: #60C231;
}
</style>
background-color css
<style>
a { background-color: #60C231; }
a { background-color: rgb(96,194,49); }
div.DivClassName
{
background-color: #60C231;
}
.BgClassName
{
background-color: #60C231;
}
</style>
border-color css
<style>
span { border-color: #60C231; }
span { border-color: rgb(96,194,49); }
td.TdClassName
{
border-color: #60C231;
}
.TagClassName
{
border-color: #60C231;
}
</style>