Shades of Apple #60B53C
Tints of Apple #60B53C
RGB
CMYK
RGB Variations
Color information
#60B53C (or 0x60B53C) is known color: Apple. HEX triplet: 60, B5 and 3C. RGB value is (96,181,60). Sum of RGB (Red+Green+Blue) = 96+181+60=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #60B53C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B53C is #9F4AC3. Grayscale: #8E8E8E. Windows color (decimal): -10439364 or 3978592. OLE color: 3978592.
HSL color Cylindrical-coordinate representation of color #60B53C: hue angle of 102.15º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60B53C is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 181 | 60 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.29 |
| HSL | 102.15º | 0.5% | 0.47% | - |
| HSV(B) | 102.15º | 0.67% | 0.71% | - |
| XYZ | 22.16 | 35.86 | 10.03 | - |
| YUV | 141.79 | 81.84 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 60 | 0.47 | 0 | 0.67 | 0.29 | 102.15 | 0.5 | 0.47 |
| Hex | 60 | B5 | 3C | 2F | 0 | 43 | 1D | 66 | 32 | 2F |
| Octal | 140 | 265 | 74 | 57 | 0 | 103 | 35 | 146 | 62 | 57 |
| Binary | 1100000 | 10110101 | 111100 | 101111 | 0 | 1000011 | 11101 | 1100110 | 110010 | 101111 |
Color Harmonies of #60B53C
Complementary color
Monochromatic Colors of #60B53C
Black with #60B53C
Text Example
Text Example
White with #60B53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B53C; }
p { color: rgb(96,181,60); }
H1.HeaderClassName
{
color: #60B53C;
}
.AnyTagClassName
{
color: #60B53C;
}
</style>
background-color css
<style>
a { background-color: #60B53C; }
a { background-color: rgb(96,181,60); }
div.DivClassName
{
background-color: #60B53C;
}
.BgClassName
{
background-color: #60B53C;
}
</style>
border-color css
<style>
span { border-color: #60B53C; }
span { border-color: rgb(96,181,60); }
td.TdClassName
{
border-color: #60B53C;
}
.TagClassName
{
border-color: #60B53C;
}
</style>