Shades of Apple #60B52D
Tints of Apple #60B52D
RGB
CMYK
RGB Variations
Color information
#60B52D (or 0x60B52D) is known color: Apple. HEX triplet: 60, B5 and 2D. RGB value is (96,181,45). Sum of RGB (Red+Green+Blue) = 96+181+45=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 181 (71.09% from 255 or 56.21% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 181 - color contains mainly: green. Hex color #60B52D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B52D is #9F4AD2. Grayscale: #8C8C8C. Windows color (decimal): -10439379 or 2995552. OLE color: 2995552.
HSL color Cylindrical-coordinate representation of color #60B52D: hue angle of 97.5º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60B52D is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 181 | 45 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.29 |
| HSL | 97.5º | 0.6% | 0.44% | - |
| HSV(B) | 97.5º | 0.75% | 0.71% | - |
| XYZ | 21.82 | 35.72 | 8.23 | - |
| YUV | 140.08 | 74.34 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 45 | 0.47 | 0 | 0.75 | 0.29 | 97.5 | 0.6 | 0.44 |
| Hex | 60 | B5 | 2D | 2F | 0 | 4B | 1D | 62 | 3C | 2C |
| Octal | 140 | 265 | 55 | 57 | 0 | 113 | 35 | 142 | 74 | 54 |
| Binary | 1100000 | 10110101 | 101101 | 101111 | 0 | 1001011 | 11101 | 1100010 | 111100 | 101100 |
Color Harmonies of #60B52D
Complementary color
Monochromatic Colors of #60B52D
Black with #60B52D
Text Example
Text Example
White with #60B52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B52D; }
p { color: rgb(96,181,45); }
H1.HeaderClassName
{
color: #60B52D;
}
.AnyTagClassName
{
color: #60B52D;
}
</style>
background-color css
<style>
a { background-color: #60B52D; }
a { background-color: rgb(96,181,45); }
div.DivClassName
{
background-color: #60B52D;
}
.BgClassName
{
background-color: #60B52D;
}
</style>
border-color css
<style>
span { border-color: #60B52D; }
span { border-color: rgb(96,181,45); }
td.TdClassName
{
border-color: #60B52D;
}
.TagClassName
{
border-color: #60B52D;
}
</style>