Shades of Apple #60CE35
Tints of Apple #60CE35
RGB
CMYK
RGB Variations
Color information
#60CE35 (or 0x60CE35) is known color: Apple. HEX triplet: 60, CE and 35. RGB value is (96,206,53). Sum of RGB (Red+Green+Blue) = 96+206+53=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #60CE35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CE35 is #9F31CA. Grayscale: #9C9C9C. Windows color (decimal): -10432971 or 3526240. OLE color: 3526240.
HSL color Cylindrical-coordinate representation of color #60CE35: hue angle of 103.14º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60CE35 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 53 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.19 |
| HSL | 103.14º | 0.61% | 0.51% | - |
| HSV(B) | 103.14º | 0.74% | 0.81% | - |
| XYZ | 27.54 | 46.89 | 10.97 | - |
| YUV | 155.67 | 70.06 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 53 | 0.53 | 0 | 0.74 | 0.19 | 103.14 | 0.61 | 0.51 |
| Hex | 60 | CE | 35 | 35 | 0 | 4A | 13 | 67 | 3D | 33 |
| Octal | 140 | 316 | 65 | 65 | 0 | 112 | 23 | 147 | 75 | 63 |
| Binary | 1100000 | 11001110 | 110101 | 110101 | 0 | 1001010 | 10011 | 1100111 | 111101 | 110011 |
Color Harmonies of #60CE35
Complementary color
Monochromatic Colors of #60CE35
Black with #60CE35
Text Example
Text Example
White with #60CE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CE35; }
p { color: rgb(96,206,53); }
H1.HeaderClassName
{
color: #60CE35;
}
.AnyTagClassName
{
color: #60CE35;
}
</style>
background-color css
<style>
a { background-color: #60CE35; }
a { background-color: rgb(96,206,53); }
div.DivClassName
{
background-color: #60CE35;
}
.BgClassName
{
background-color: #60CE35;
}
</style>
border-color css
<style>
span { border-color: #60CE35; }
span { border-color: rgb(96,206,53); }
td.TdClassName
{
border-color: #60CE35;
}
.TagClassName
{
border-color: #60CE35;
}
</style>