Shades of Apple #60C938
Tints of Apple #60C938
RGB
CMYK
RGB Variations
Color information
#60C938 (or 0x60C938) is known color: Apple. HEX triplet: 60, C9 and 38. RGB value is (96,201,56). Sum of RGB (Red+Green+Blue) = 96+201+56=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 201 (78.91% from 255 or 56.94% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 201 - color contains mainly: green. Hex color #60C938 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C938 is #9F36C7. Grayscale: #999999. Windows color (decimal): -10434248 or 3721568. OLE color: 3721568.
HSL color Cylindrical-coordinate representation of color #60C938: hue angle of 103.45º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60C938 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 56 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.21 |
| HSL | 103.45º | 0.57% | 0.5% | - |
| HSV(B) | 103.45º | 0.72% | 0.79% | - |
| XYZ | 26.42 | 44.55 | 10.95 | - |
| YUV | 153.08 | 73.21 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 56 | 0.52 | 0 | 0.72 | 0.21 | 103.45 | 0.57 | 0.5 |
| Hex | 60 | C9 | 38 | 34 | 0 | 48 | 15 | 67 | 39 | 32 |
| Octal | 140 | 311 | 70 | 64 | 0 | 110 | 25 | 147 | 71 | 62 |
| Binary | 1100000 | 11001001 | 111000 | 110100 | 0 | 1001000 | 10101 | 1100111 | 111001 | 110010 |
Color Harmonies of #60C938
Complementary color
Monochromatic Colors of #60C938
Black with #60C938
Text Example
Text Example
White with #60C938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C938; }
p { color: rgb(96,201,56); }
H1.HeaderClassName
{
color: #60C938;
}
.AnyTagClassName
{
color: #60C938;
}
</style>
background-color css
<style>
a { background-color: #60C938; }
a { background-color: rgb(96,201,56); }
div.DivClassName
{
background-color: #60C938;
}
.BgClassName
{
background-color: #60C938;
}
</style>
border-color css
<style>
span { border-color: #60C938; }
span { border-color: rgb(96,201,56); }
td.TdClassName
{
border-color: #60C938;
}
.TagClassName
{
border-color: #60C938;
}
</style>