Shades of Apple #60B552
Tints of Apple #60B552
RGB
CMYK
RGB Variations
Color information
#60B552 (or 0x60B552) is known color: Apple. HEX triplet: 60, B5 and 52. RGB value is (96,181,82). Sum of RGB (Red+Green+Blue) = 96+181+82=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #60B552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B552 is #9F4AAD. Grayscale: #909090. Windows color (decimal): -10439342 or 5420384. OLE color: 5420384.
HSL color Cylindrical-coordinate representation of color #60B552: hue angle of 111.52º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60B552 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 181 | 82 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.29 |
| HSL | 111.52º | 0.4% | 0.52% | - |
| HSV(B) | 111.52º | 0.55% | 0.71% | - |
| XYZ | 22.87 | 36.14 | 13.75 | - |
| YUV | 144.3 | 92.84 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 82 | 0.47 | 0 | 0.55 | 0.29 | 111.52 | 0.4 | 0.52 |
| Hex | 60 | B5 | 52 | 2F | 0 | 37 | 1D | 70 | 28 | 34 |
| Octal | 140 | 265 | 122 | 57 | 0 | 67 | 35 | 160 | 50 | 64 |
| Binary | 1100000 | 10110101 | 1010010 | 101111 | 0 | 110111 | 11101 | 1110000 | 101000 | 110100 |
Color Harmonies of #60B552
Complementary color
Monochromatic Colors of #60B552
Black with #60B552
Text Example
Text Example
White with #60B552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B552; }
p { color: rgb(96,181,82); }
H1.HeaderClassName
{
color: #60B552;
}
.AnyTagClassName
{
color: #60B552;
}
</style>
background-color css
<style>
a { background-color: #60B552; }
a { background-color: rgb(96,181,82); }
div.DivClassName
{
background-color: #60B552;
}
.BgClassName
{
background-color: #60B552;
}
</style>
border-color css
<style>
span { border-color: #60B552; }
span { border-color: rgb(96,181,82); }
td.TdClassName
{
border-color: #60B552;
}
.TagClassName
{
border-color: #60B552;
}
</style>