Shades of Apple #60B236
Tints of Apple #60B236
RGB
CMYK
RGB Variations
Color information
#60B236 (or 0x60B236) is known color: Apple. HEX triplet: 60, B2 and 36. RGB value is (96,178,54). Sum of RGB (Red+Green+Blue) = 96+178+54=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 178 (69.92% from 255 or 54.27% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 178 - color contains mainly: green. Hex color #60B236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60B236 is #9F4DC9. Grayscale: #8B8B8B. Windows color (decimal): -10440138 or 3584608. OLE color: 3584608.
HSL color Cylindrical-coordinate representation of color #60B236: hue angle of 99.68º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60B236 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 178 | 54 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.30 |
| HSL | 99.68º | 0.53% | 0.45% | - |
| HSV(B) | 99.68º | 0.7% | 0.7% | - |
| XYZ | 21.41 | 34.59 | 9.04 | - |
| YUV | 139.35 | 79.83 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 54 | 0.46 | 0 | 0.70 | 0.30 | 99.68 | 0.53 | 0.45 |
| Hex | 60 | B2 | 36 | 2E | 0 | 46 | 1E | 64 | 35 | 2D |
| Octal | 140 | 262 | 66 | 56 | 0 | 106 | 36 | 144 | 65 | 55 |
| Binary | 1100000 | 10110010 | 110110 | 101110 | 0 | 1000110 | 11110 | 1100100 | 110101 | 101101 |
Color Harmonies of #60B236
Complementary color
Monochromatic Colors of #60B236
Black with #60B236
Text Example
Text Example
White with #60B236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B236; }
p { color: rgb(96,178,54); }
H1.HeaderClassName
{
color: #60B236;
}
.AnyTagClassName
{
color: #60B236;
}
</style>
background-color css
<style>
a { background-color: #60B236; }
a { background-color: rgb(96,178,54); }
div.DivClassName
{
background-color: #60B236;
}
.BgClassName
{
background-color: #60B236;
}
</style>
border-color css
<style>
span { border-color: #60B236; }
span { border-color: rgb(96,178,54); }
td.TdClassName
{
border-color: #60B236;
}
.TagClassName
{
border-color: #60B236;
}
</style>