Shades of Apple #60B52C
Tints of Apple #60B52C
RGB
CMYK
RGB Variations
Color information
#60B52C (or 0x60B52C) is known color: Apple. HEX triplet: 60, B5 and 2C. RGB value is (96,181,44). Sum of RGB (Red+Green+Blue) = 96+181+44=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 181 (71.09% from 255 or 56.39% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 181 - color contains mainly: green. Hex color #60B52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B52C is #9F4AD3. Grayscale: #8C8C8C. Windows color (decimal): -10439380 or 2930016. OLE color: 2930016.
HSL color Cylindrical-coordinate representation of color #60B52C: hue angle of 97.23º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60B52C is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 181 | 44 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.29 |
| HSL | 97.23º | 0.61% | 0.44% | - |
| HSV(B) | 97.23º | 0.76% | 0.71% | - |
| XYZ | 21.8 | 35.72 | 8.13 | - |
| YUV | 139.97 | 73.84 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 44 | 0.47 | 0 | 0.76 | 0.29 | 97.23 | 0.61 | 0.44 |
| Hex | 60 | B5 | 2C | 2F | 0 | 4C | 1D | 61 | 3D | 2C |
| Octal | 140 | 265 | 54 | 57 | 0 | 114 | 35 | 141 | 75 | 54 |
| Binary | 1100000 | 10110101 | 101100 | 101111 | 0 | 1001100 | 11101 | 1100001 | 111101 | 101100 |
Color Harmonies of #60B52C
Complementary color
Monochromatic Colors of #60B52C
Black with #60B52C
Text Example
Text Example
White with #60B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B52C; }
p { color: rgb(96,181,44); }
H1.HeaderClassName
{
color: #60B52C;
}
.AnyTagClassName
{
color: #60B52C;
}
</style>
background-color css
<style>
a { background-color: #60B52C; }
a { background-color: rgb(96,181,44); }
div.DivClassName
{
background-color: #60B52C;
}
.BgClassName
{
background-color: #60B52C;
}
</style>
border-color css
<style>
span { border-color: #60B52C; }
span { border-color: rgb(96,181,44); }
td.TdClassName
{
border-color: #60B52C;
}
.TagClassName
{
border-color: #60B52C;
}
</style>