Shades of Apple #60C638
Tints of Apple #60C638
RGB
CMYK
RGB Variations
Color information
#60C638 (or 0x60C638) is known color: Apple. HEX triplet: 60, C6 and 38. RGB value is (96,198,56). Sum of RGB (Red+Green+Blue) = 96+198+56=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 198 (77.73% from 255 or 56.57% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 198 - color contains mainly: green. Hex color #60C638 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C638 is #9F39C7. Grayscale: #979797. Windows color (decimal): -10435016 or 3720800. OLE color: 3720800.
HSL color Cylindrical-coordinate representation of color #60C638: hue angle of 103.1º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60C638 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 198 | 56 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.22 |
| HSL | 103.1º | 0.56% | 0.5% | - |
| HSV(B) | 103.1º | 0.72% | 0.78% | - |
| XYZ | 25.73 | 43.16 | 10.72 | - |
| YUV | 151.31 | 74.21 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 198 | 56 | 0.52 | 0 | 0.72 | 0.22 | 103.1 | 0.56 | 0.5 |
| Hex | 60 | C6 | 38 | 34 | 0 | 48 | 16 | 67 | 38 | 32 |
| Octal | 140 | 306 | 70 | 64 | 0 | 110 | 26 | 147 | 70 | 62 |
| Binary | 1100000 | 11000110 | 111000 | 110100 | 0 | 1001000 | 10110 | 1100111 | 111000 | 110010 |
Color Harmonies of #60C638
Complementary color
Monochromatic Colors of #60C638
Black with #60C638
Text Example
Text Example
White with #60C638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C638; }
p { color: rgb(96,198,56); }
H1.HeaderClassName
{
color: #60C638;
}
.AnyTagClassName
{
color: #60C638;
}
</style>
background-color css
<style>
a { background-color: #60C638; }
a { background-color: rgb(96,198,56); }
div.DivClassName
{
background-color: #60C638;
}
.BgClassName
{
background-color: #60C638;
}
</style>
border-color css
<style>
span { border-color: #60C638; }
span { border-color: rgb(96,198,56); }
td.TdClassName
{
border-color: #60C638;
}
.TagClassName
{
border-color: #60C638;
}
</style>