Shades of Apple #60B53E
Tints of Apple #60B53E
RGB
CMYK
RGB Variations
Color information
#60B53E (or 0x60B53E) is known color: Apple. HEX triplet: 60, B5 and 3E. RGB value is (96,181,62). Sum of RGB (Red+Green+Blue) = 96+181+62=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 181 (71.09% from 255 or 53.39% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 181 - color contains mainly: green. Hex color #60B53E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B53E is #9F4AC1. Grayscale: #8E8E8E. Windows color (decimal): -10439362 or 4109664. OLE color: 4109664.
HSL color Cylindrical-coordinate representation of color #60B53E: hue angle of 102.86º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60B53E is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 181 | 62 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.29 |
| HSL | 102.86º | 0.49% | 0.48% | - |
| HSV(B) | 102.86º | 0.66% | 0.71% | - |
| XYZ | 22.22 | 35.88 | 10.31 | - |
| YUV | 142.02 | 82.84 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 62 | 0.47 | 0 | 0.66 | 0.29 | 102.86 | 0.49 | 0.48 |
| Hex | 60 | B5 | 3E | 2F | 0 | 42 | 1D | 67 | 31 | 30 |
| Octal | 140 | 265 | 76 | 57 | 0 | 102 | 35 | 147 | 61 | 60 |
| Binary | 1100000 | 10110101 | 111110 | 101111 | 0 | 1000010 | 11101 | 1100111 | 110001 | 110000 |
Color Harmonies of #60B53E
Complementary color
Monochromatic Colors of #60B53E
Black with #60B53E
Text Example
Text Example
White with #60B53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B53E; }
p { color: rgb(96,181,62); }
H1.HeaderClassName
{
color: #60B53E;
}
.AnyTagClassName
{
color: #60B53E;
}
</style>
background-color css
<style>
a { background-color: #60B53E; }
a { background-color: rgb(96,181,62); }
div.DivClassName
{
background-color: #60B53E;
}
.BgClassName
{
background-color: #60B53E;
}
</style>
border-color css
<style>
span { border-color: #60B53E; }
span { border-color: rgb(96,181,62); }
td.TdClassName
{
border-color: #60B53E;
}
.TagClassName
{
border-color: #60B53E;
}
</style>