Shades of Apple #60AF33
Tints of Apple #60AF33
RGB
CMYK
RGB Variations
Color information
#60AF33 (or 0x60AF33) is known color: Apple. HEX triplet: 60, AF and 33. RGB value is (96,175,51). Sum of RGB (Red+Green+Blue) = 96+175+51=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AF33 is #9F50CC. Grayscale: #898989. Windows color (decimal): -10440909 or 3387232. OLE color: 3387232.
HSL color Cylindrical-coordinate representation of color #60AF33: hue angle of 98.23º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60AF33 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 175 | 51 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.31 |
| HSL | 98.23º | 0.55% | 0.44% | - |
| HSV(B) | 98.23º | 0.71% | 0.69% | - |
| XYZ | 20.75 | 33.39 | 8.48 | - |
| YUV | 137.24 | 79.33 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 51 | 0.45 | 0 | 0.71 | 0.31 | 98.23 | 0.55 | 0.44 |
| Hex | 60 | AF | 33 | 2D | 0 | 47 | 1F | 62 | 37 | 2C |
| Octal | 140 | 257 | 63 | 55 | 0 | 107 | 37 | 142 | 67 | 54 |
| Binary | 1100000 | 10101111 | 110011 | 101101 | 0 | 1000111 | 11111 | 1100010 | 110111 | 101100 |
Color Harmonies of #60AF33
Complementary color
Monochromatic Colors of #60AF33
Black with #60AF33
Text Example
Text Example
White with #60AF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AF33; }
p { color: rgb(96,175,51); }
H1.HeaderClassName
{
color: #60AF33;
}
.AnyTagClassName
{
color: #60AF33;
}
</style>
background-color css
<style>
a { background-color: #60AF33; }
a { background-color: rgb(96,175,51); }
div.DivClassName
{
background-color: #60AF33;
}
.BgClassName
{
background-color: #60AF33;
}
</style>
border-color css
<style>
span { border-color: #60AF33; }
span { border-color: rgb(96,175,51); }
td.TdClassName
{
border-color: #60AF33;
}
.TagClassName
{
border-color: #60AF33;
}
</style>