Shades of Apple #60B232
Tints of Apple #60B232
RGB
CMYK
RGB Variations
Color information
#60B232 (or 0x60B232) is known color: Apple. HEX triplet: 60, B2 and 32. RGB value is (96,178,50). Sum of RGB (Red+Green+Blue) = 96+178+50=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #60B232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60B232 is #9F4DCD. Grayscale: #8B8B8B. Windows color (decimal): -10440142 or 3322464. OLE color: 3322464.
HSL color Cylindrical-coordinate representation of color #60B232: hue angle of 98.44º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60B232 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 178 | 50 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.30 |
| HSL | 98.44º | 0.56% | 0.45% | - |
| HSV(B) | 98.44º | 0.72% | 0.7% | - |
| XYZ | 21.32 | 34.56 | 8.56 | - |
| YUV | 138.89 | 77.83 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 50 | 0.46 | 0 | 0.72 | 0.30 | 98.44 | 0.56 | 0.45 |
| Hex | 60 | B2 | 32 | 2E | 0 | 48 | 1E | 62 | 38 | 2D |
| Octal | 140 | 262 | 62 | 56 | 0 | 110 | 36 | 142 | 70 | 55 |
| Binary | 1100000 | 10110010 | 110010 | 101110 | 0 | 1001000 | 11110 | 1100010 | 111000 | 101101 |
Color Harmonies of #60B232
Complementary color
Monochromatic Colors of #60B232
Black with #60B232
Text Example
Text Example
White with #60B232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B232; }
p { color: rgb(96,178,50); }
H1.HeaderClassName
{
color: #60B232;
}
.AnyTagClassName
{
color: #60B232;
}
</style>
background-color css
<style>
a { background-color: #60B232; }
a { background-color: rgb(96,178,50); }
div.DivClassName
{
background-color: #60B232;
}
.BgClassName
{
background-color: #60B232;
}
</style>
border-color css
<style>
span { border-color: #60B232; }
span { border-color: rgb(96,178,50); }
td.TdClassName
{
border-color: #60B232;
}
.TagClassName
{
border-color: #60B232;
}
</style>