Shades of Apple #60D438
Tints of Apple #60D438
RGB
CMYK
RGB Variations
Color information
#60D438 (or 0x60D438) is known color: Apple. HEX triplet: 60, D4 and 38. RGB value is (96,212,56). Sum of RGB (Red+Green+Blue) = 96+212+56=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 212 (83.20% from 255 or 58.24% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 212 - color contains mainly: green. Hex color #60D438 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D438 is #9F2BC7. Grayscale: #A0A0A0. Windows color (decimal): -10431432 or 3724384. OLE color: 3724384.
HSL color Cylindrical-coordinate representation of color #60D438: hue angle of 104.62º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60D438 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 212 | 56 | - |
| CMYK | 0.55 | 0 | 0.74 | 0.17 |
| HSL | 104.62º | 0.64% | 0.53% | - |
| HSV(B) | 104.62º | 0.74% | 0.83% | - |
| XYZ | 29.08 | 49.86 | 11.83 | - |
| YUV | 159.53 | 69.57 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 212 | 56 | 0.55 | 0 | 0.74 | 0.17 | 104.62 | 0.64 | 0.53 |
| Hex | 60 | D4 | 38 | 37 | 0 | 4A | 11 | 69 | 40 | 35 |
| Octal | 140 | 324 | 70 | 67 | 0 | 112 | 21 | 151 | 100 | 65 |
| Binary | 1100000 | 11010100 | 111000 | 110111 | 0 | 1001010 | 10001 | 1101001 | 1000000 | 110101 |
Color Harmonies of #60D438
Complementary color
Monochromatic Colors of #60D438
Black with #60D438
Text Example
Text Example
White with #60D438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D438; }
p { color: rgb(96,212,56); }
H1.HeaderClassName
{
color: #60D438;
}
.AnyTagClassName
{
color: #60D438;
}
</style>
background-color css
<style>
a { background-color: #60D438; }
a { background-color: rgb(96,212,56); }
div.DivClassName
{
background-color: #60D438;
}
.BgClassName
{
background-color: #60D438;
}
</style>
border-color css
<style>
span { border-color: #60D438; }
span { border-color: rgb(96,212,56); }
td.TdClassName
{
border-color: #60D438;
}
.TagClassName
{
border-color: #60D438;
}
</style>