Shades of Apple #60CF54
Tints of Apple #60CF54
RGB
CMYK
RGB Variations
Color information
#60CF54 (or 0x60CF54) is known color: Apple. HEX triplet: 60, CF and 54. RGB value is (96,207,84). Sum of RGB (Red+Green+Blue) = 96+207+84=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #60CF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CF54 is #9F30AB. Grayscale: #A0A0A0. Windows color (decimal): -10432684 or 5558112. OLE color: 5558112.
HSL color Cylindrical-coordinate representation of color #60CF54: hue angle of 114.15º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60CF54 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 84 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.19 |
| HSL | 114.15º | 0.56% | 0.57% | - |
| HSV(B) | 114.15º | 0.59% | 0.81% | - |
| XYZ | 28.74 | 47.75 | 16.09 | - |
| YUV | 159.79 | 85.23 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 84 | 0.54 | 0 | 0.59 | 0.19 | 114.15 | 0.56 | 0.57 |
| Hex | 60 | CF | 54 | 36 | 0 | 3B | 13 | 72 | 38 | 39 |
| Octal | 140 | 317 | 124 | 66 | 0 | 73 | 23 | 162 | 70 | 71 |
| Binary | 1100000 | 11001111 | 1010100 | 110110 | 0 | 111011 | 10011 | 1110010 | 111000 | 111001 |
Color Harmonies of #60CF54
Complementary color
Monochromatic Colors of #60CF54
Black with #60CF54
Text Example
Text Example
White with #60CF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CF54; }
p { color: rgb(96,207,84); }
H1.HeaderClassName
{
color: #60CF54;
}
.AnyTagClassName
{
color: #60CF54;
}
</style>
background-color css
<style>
a { background-color: #60CF54; }
a { background-color: rgb(96,207,84); }
div.DivClassName
{
background-color: #60CF54;
}
.BgClassName
{
background-color: #60CF54;
}
</style>
border-color css
<style>
span { border-color: #60CF54; }
span { border-color: rgb(96,207,84); }
td.TdClassName
{
border-color: #60CF54;
}
.TagClassName
{
border-color: #60CF54;
}
</style>