Shades of Apple #60CD36
Tints of Apple #60CD36
RGB
CMYK
RGB Variations
Color information
#60CD36 (or 0x60CD36) is known color: Apple. HEX triplet: 60, CD and 36. RGB value is (96,205,54). Sum of RGB (Red+Green+Blue) = 96+205+54=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 205 (80.47% from 255 or 57.75% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 205 - color contains mainly: green. Hex color #60CD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CD36 is #9F32C9. Grayscale: #9B9B9B. Windows color (decimal): -10433226 or 3591520. OLE color: 3591520.
HSL color Cylindrical-coordinate representation of color #60CD36: hue angle of 103.31º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60CD36 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 205 | 54 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.20 |
| HSL | 103.31º | 0.6% | 0.51% | - |
| HSV(B) | 103.31º | 0.74% | 0.8% | - |
| XYZ | 27.32 | 46.42 | 11.01 | - |
| YUV | 155.2 | 70.89 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 54 | 0.53 | 0 | 0.74 | 0.20 | 103.31 | 0.6 | 0.51 |
| Hex | 60 | CD | 36 | 35 | 0 | 4A | 14 | 67 | 3C | 33 |
| Octal | 140 | 315 | 66 | 65 | 0 | 112 | 24 | 147 | 74 | 63 |
| Binary | 1100000 | 11001101 | 110110 | 110101 | 0 | 1001010 | 10100 | 1100111 | 111100 | 110011 |
Color Harmonies of #60CD36
Complementary color
Monochromatic Colors of #60CD36
Black with #60CD36
Text Example
Text Example
White with #60CD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CD36; }
p { color: rgb(96,205,54); }
H1.HeaderClassName
{
color: #60CD36;
}
.AnyTagClassName
{
color: #60CD36;
}
</style>
background-color css
<style>
a { background-color: #60CD36; }
a { background-color: rgb(96,205,54); }
div.DivClassName
{
background-color: #60CD36;
}
.BgClassName
{
background-color: #60CD36;
}
</style>
border-color css
<style>
span { border-color: #60CD36; }
span { border-color: rgb(96,205,54); }
td.TdClassName
{
border-color: #60CD36;
}
.TagClassName
{
border-color: #60CD36;
}
</style>