Shades of Apple #60CA40
Tints of Apple #60CA40
RGB
CMYK
RGB Variations
Color information
#60CA40 (or 0x60CA40) is known color: Apple. HEX triplet: 60, CA and 40. RGB value is (96,202,64). Sum of RGB (Red+Green+Blue) = 96+202+64=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CA40 is #9F35BF. Grayscale: #9B9B9B. Windows color (decimal): -10433984 or 4246112. OLE color: 4246112.
HSL color Cylindrical-coordinate representation of color #60CA40: hue angle of 106.09º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60CA40 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 64 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.21 |
| HSL | 106.09º | 0.57% | 0.52% | - |
| HSV(B) | 106.09º | 0.68% | 0.79% | - |
| XYZ | 26.87 | 45.1 | 12.14 | - |
| YUV | 154.57 | 76.88 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 64 | 0.52 | 0 | 0.68 | 0.21 | 106.09 | 0.57 | 0.52 |
| Hex | 60 | CA | 40 | 34 | 0 | 44 | 15 | 6A | 39 | 34 |
| Octal | 140 | 312 | 100 | 64 | 0 | 104 | 25 | 152 | 71 | 64 |
| Binary | 1100000 | 11001010 | 1000000 | 110100 | 0 | 1000100 | 10101 | 1101010 | 111001 | 110100 |
Color Harmonies of #60CA40
Complementary color
Monochromatic Colors of #60CA40
Black with #60CA40
Text Example
Text Example
White with #60CA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CA40; }
p { color: rgb(96,202,64); }
H1.HeaderClassName
{
color: #60CA40;
}
.AnyTagClassName
{
color: #60CA40;
}
</style>
background-color css
<style>
a { background-color: #60CA40; }
a { background-color: rgb(96,202,64); }
div.DivClassName
{
background-color: #60CA40;
}
.BgClassName
{
background-color: #60CA40;
}
</style>
border-color css
<style>
span { border-color: #60CA40; }
span { border-color: rgb(96,202,64); }
td.TdClassName
{
border-color: #60CA40;
}
.TagClassName
{
border-color: #60CA40;
}
</style>