Shades of Apple #60B22D
Tints of Apple #60B22D
RGB
CMYK
RGB Variations
Color information
#60B22D (or 0x60B22D) is known color: Apple. HEX triplet: 60, B2 and 2D. RGB value is (96,178,45). Sum of RGB (Red+Green+Blue) = 96+178+45=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #60B22D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60B22D is #9F4DD2. Grayscale: #8A8A8A. Windows color (decimal): -10440147 or 2994784. OLE color: 2994784.
HSL color Cylindrical-coordinate representation of color #60B22D: hue angle of 96.99º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60B22D is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 178 | 45 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.30 |
| HSL | 96.99º | 0.6% | 0.44% | - |
| HSV(B) | 96.99º | 0.75% | 0.7% | - |
| XYZ | 21.22 | 34.52 | 8.03 | - |
| YUV | 138.32 | 75.33 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 45 | 0.46 | 0 | 0.75 | 0.30 | 96.99 | 0.6 | 0.44 |
| Hex | 60 | B2 | 2D | 2E | 0 | 4B | 1E | 61 | 3C | 2C |
| Octal | 140 | 262 | 55 | 56 | 0 | 113 | 36 | 141 | 74 | 54 |
| Binary | 1100000 | 10110010 | 101101 | 101110 | 0 | 1001011 | 11110 | 1100001 | 111100 | 101100 |
Color Harmonies of #60B22D
Complementary color
Monochromatic Colors of #60B22D
Black with #60B22D
Text Example
Text Example
White with #60B22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B22D; }
p { color: rgb(96,178,45); }
H1.HeaderClassName
{
color: #60B22D;
}
.AnyTagClassName
{
color: #60B22D;
}
</style>
background-color css
<style>
a { background-color: #60B22D; }
a { background-color: rgb(96,178,45); }
div.DivClassName
{
background-color: #60B22D;
}
.BgClassName
{
background-color: #60B22D;
}
</style>
border-color css
<style>
span { border-color: #60B22D; }
span { border-color: rgb(96,178,45); }
td.TdClassName
{
border-color: #60B22D;
}
.TagClassName
{
border-color: #60B22D;
}
</style>