Shades of Apple #60B333
Tints of Apple #60B333
RGB
CMYK
RGB Variations
Color information
#60B333 (or 0x60B333) is known color: Apple. HEX triplet: 60, B3 and 33. RGB value is (96,179,51). Sum of RGB (Red+Green+Blue) = 96+179+51=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #60B333 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B333 is #9F4CCC. Grayscale: #8C8C8C. Windows color (decimal): -10439885 or 3388256. OLE color: 3388256.
HSL color Cylindrical-coordinate representation of color #60B333: hue angle of 98.91º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60B333 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 51 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.30 |
| HSL | 98.91º | 0.56% | 0.45% | - |
| HSV(B) | 98.91º | 0.72% | 0.7% | - |
| XYZ | 21.54 | 34.97 | 8.75 | - |
| YUV | 139.59 | 78 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 51 | 0.46 | 0 | 0.72 | 0.30 | 98.91 | 0.56 | 0.45 |
| Hex | 60 | B3 | 33 | 2E | 0 | 48 | 1E | 63 | 38 | 2D |
| Octal | 140 | 263 | 63 | 56 | 0 | 110 | 36 | 143 | 70 | 55 |
| Binary | 1100000 | 10110011 | 110011 | 101110 | 0 | 1001000 | 11110 | 1100011 | 111000 | 101101 |
Color Harmonies of #60B333
Complementary color
Monochromatic Colors of #60B333
Black with #60B333
Text Example
Text Example
White with #60B333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B333; }
p { color: rgb(96,179,51); }
H1.HeaderClassName
{
color: #60B333;
}
.AnyTagClassName
{
color: #60B333;
}
</style>
background-color css
<style>
a { background-color: #60B333; }
a { background-color: rgb(96,179,51); }
div.DivClassName
{
background-color: #60B333;
}
.BgClassName
{
background-color: #60B333;
}
</style>
border-color css
<style>
span { border-color: #60B333; }
span { border-color: rgb(96,179,51); }
td.TdClassName
{
border-color: #60B333;
}
.TagClassName
{
border-color: #60B333;
}
</style>