Shades of Apple #60CB40
Tints of Apple #60CB40
RGB
CMYK
RGB Variations
Color information
#60CB40 (or 0x60CB40) is known color: Apple. HEX triplet: 60, CB and 40. RGB value is (96,203,64). Sum of RGB (Red+Green+Blue) = 96+203+64=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CB40 is #9F34BF. Grayscale: #9B9B9B. Windows color (decimal): -10433728 or 4246368. OLE color: 4246368.
HSL color Cylindrical-coordinate representation of color #60CB40: hue angle of 106.19º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60CB40 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 64 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.20 |
| HSL | 106.19º | 0.57% | 0.52% | - |
| HSV(B) | 106.19º | 0.68% | 0.8% | - |
| XYZ | 27.11 | 45.57 | 12.22 | - |
| YUV | 155.16 | 76.55 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 64 | 0.53 | 0 | 0.68 | 0.20 | 106.19 | 0.57 | 0.52 |
| Hex | 60 | CB | 40 | 35 | 0 | 44 | 14 | 6A | 39 | 34 |
| Octal | 140 | 313 | 100 | 65 | 0 | 104 | 24 | 152 | 71 | 64 |
| Binary | 1100000 | 11001011 | 1000000 | 110101 | 0 | 1000100 | 10100 | 1101010 | 111001 | 110100 |
Color Harmonies of #60CB40
Complementary color
Monochromatic Colors of #60CB40
Black with #60CB40
Text Example
Text Example
White with #60CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CB40; }
p { color: rgb(96,203,64); }
H1.HeaderClassName
{
color: #60CB40;
}
.AnyTagClassName
{
color: #60CB40;
}
</style>
background-color css
<style>
a { background-color: #60CB40; }
a { background-color: rgb(96,203,64); }
div.DivClassName
{
background-color: #60CB40;
}
.BgClassName
{
background-color: #60CB40;
}
</style>
border-color css
<style>
span { border-color: #60CB40; }
span { border-color: rgb(96,203,64); }
td.TdClassName
{
border-color: #60CB40;
}
.TagClassName
{
border-color: #60CB40;
}
</style>