Shades of Apple #60B351
Tints of Apple #60B351
RGB
CMYK
RGB Variations
Color information
#60B351 (or 0x60B351) is known color: Apple. HEX triplet: 60, B3 and 51. RGB value is (96,179,81). Sum of RGB (Red+Green+Blue) = 96+179+81=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #60B351 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B351 is #9F4CAE. Grayscale: #8F8F8F. Windows color (decimal): -10439855 or 5354336. OLE color: 5354336.
HSL color Cylindrical-coordinate representation of color #60B351: hue angle of 110.82º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60B351 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 81 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.30 |
| HSL | 110.82º | 0.39% | 0.51% | - |
| HSV(B) | 110.82º | 0.55% | 0.7% | - |
| XYZ | 22.43 | 35.32 | 13.42 | - |
| YUV | 143.01 | 93 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 81 | 0.46 | 0 | 0.55 | 0.30 | 110.82 | 0.39 | 0.51 |
| Hex | 60 | B3 | 51 | 2E | 0 | 37 | 1E | 6F | 27 | 33 |
| Octal | 140 | 263 | 121 | 56 | 0 | 67 | 36 | 157 | 47 | 63 |
| Binary | 1100000 | 10110011 | 1010001 | 101110 | 0 | 110111 | 11110 | 1101111 | 100111 | 110011 |
Color Harmonies of #60B351
Complementary color
Monochromatic Colors of #60B351
Black with #60B351
Text Example
Text Example
White with #60B351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B351; }
p { color: rgb(96,179,81); }
H1.HeaderClassName
{
color: #60B351;
}
.AnyTagClassName
{
color: #60B351;
}
</style>
background-color css
<style>
a { background-color: #60B351; }
a { background-color: rgb(96,179,81); }
div.DivClassName
{
background-color: #60B351;
}
.BgClassName
{
background-color: #60B351;
}
</style>
border-color css
<style>
span { border-color: #60B351; }
span { border-color: rgb(96,179,81); }
td.TdClassName
{
border-color: #60B351;
}
.TagClassName
{
border-color: #60B351;
}
</style>