Shades of Apple #60CB49
Tints of Apple #60CB49
RGB
CMYK
RGB Variations
Color information
#60CB49 (or 0x60CB49) is known color: Apple. HEX triplet: 60, CB and 49. RGB value is (96,203,73). Sum of RGB (Red+Green+Blue) = 96+203+73=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 203 (79.69% from 255 or 54.57% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CB49 is #9F34B6. Grayscale: #9C9C9C. Windows color (decimal): -10433719 or 4836192. OLE color: 4836192.
HSL color Cylindrical-coordinate representation of color #60CB49: hue angle of 109.38º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60CB49 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 73 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.20 |
| HSL | 109.38º | 0.56% | 0.54% | - |
| HSV(B) | 109.38º | 0.64% | 0.8% | - |
| XYZ | 27.38 | 45.68 | 13.68 | - |
| YUV | 156.19 | 81.05 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 73 | 0.53 | 0 | 0.64 | 0.20 | 109.38 | 0.56 | 0.54 |
| Hex | 60 | CB | 49 | 35 | 0 | 40 | 14 | 6D | 38 | 36 |
| Octal | 140 | 313 | 111 | 65 | 0 | 100 | 24 | 155 | 70 | 66 |
| Binary | 1100000 | 11001011 | 1001001 | 110101 | 0 | 1000000 | 10100 | 1101101 | 111000 | 110110 |
Color Harmonies of #60CB49
Complementary color
Monochromatic Colors of #60CB49
Black with #60CB49
Text Example
Text Example
White with #60CB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CB49; }
p { color: rgb(96,203,73); }
H1.HeaderClassName
{
color: #60CB49;
}
.AnyTagClassName
{
color: #60CB49;
}
</style>
background-color css
<style>
a { background-color: #60CB49; }
a { background-color: rgb(96,203,73); }
div.DivClassName
{
background-color: #60CB49;
}
.BgClassName
{
background-color: #60CB49;
}
</style>
border-color css
<style>
span { border-color: #60CB49; }
span { border-color: rgb(96,203,73); }
td.TdClassName
{
border-color: #60CB49;
}
.TagClassName
{
border-color: #60CB49;
}
</style>