Shades of Apple #60CF34
Tints of Apple #60CF34
RGB
CMYK
RGB Variations
Color information
#60CF34 (or 0x60CF34) is known color: Apple. HEX triplet: 60, CF and 34. RGB value is (96,207,52). Sum of RGB (Red+Green+Blue) = 96+207+52=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #60CF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CF34 is #9F30CB. Grayscale: #9C9C9C. Windows color (decimal): -10432716 or 3460960. OLE color: 3460960.
HSL color Cylindrical-coordinate representation of color #60CF34: hue angle of 102.97º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60CF34 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 52 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.19 |
| HSL | 102.97º | 0.62% | 0.51% | - |
| HSV(B) | 102.97º | 0.75% | 0.81% | - |
| XYZ | 27.76 | 47.36 | 10.93 | - |
| YUV | 156.14 | 69.23 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 52 | 0.54 | 0 | 0.75 | 0.19 | 102.97 | 0.62 | 0.51 |
| Hex | 60 | CF | 34 | 36 | 0 | 4B | 13 | 67 | 3E | 33 |
| Octal | 140 | 317 | 64 | 66 | 0 | 113 | 23 | 147 | 76 | 63 |
| Binary | 1100000 | 11001111 | 110100 | 110110 | 0 | 1001011 | 10011 | 1100111 | 111110 | 110011 |
Color Harmonies of #60CF34
Complementary color
Monochromatic Colors of #60CF34
Black with #60CF34
Text Example
Text Example
White with #60CF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CF34; }
p { color: rgb(96,207,52); }
H1.HeaderClassName
{
color: #60CF34;
}
.AnyTagClassName
{
color: #60CF34;
}
</style>
background-color css
<style>
a { background-color: #60CF34; }
a { background-color: rgb(96,207,52); }
div.DivClassName
{
background-color: #60CF34;
}
.BgClassName
{
background-color: #60CF34;
}
</style>
border-color css
<style>
span { border-color: #60CF34; }
span { border-color: rgb(96,207,52); }
td.TdClassName
{
border-color: #60CF34;
}
.TagClassName
{
border-color: #60CF34;
}
</style>