Shades of Apple #60CC34
Tints of Apple #60CC34
RGB
CMYK
RGB Variations
Color information
#60CC34 (or 0x60CC34) is known color: Apple. HEX triplet: 60, CC and 34. RGB value is (96,204,52). Sum of RGB (Red+Green+Blue) = 96+204+52=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CC34 is #9F33CB. Grayscale: #9A9A9A. Windows color (decimal): -10433484 or 3460192. OLE color: 3460192.
HSL color Cylindrical-coordinate representation of color #60CC34: hue angle of 102.63º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60CC34 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 204 | 52 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.2 |
| HSL | 102.63º | 0.6% | 0.5% | - |
| HSV(B) | 102.63º | 0.75% | 0.8% | - |
| XYZ | 27.04 | 45.92 | 10.69 | - |
| YUV | 154.38 | 70.22 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 52 | 0.53 | 0 | 0.75 | 0.2 | 102.63 | 0.6 | 0.5 |
| Hex | 60 | CC | 34 | 35 | 0 | 4B | 14 | 67 | 3C | 32 |
| Octal | 140 | 314 | 64 | 65 | 0 | 113 | 24 | 147 | 74 | 62 |
| Binary | 1100000 | 11001100 | 110100 | 110101 | 0 | 1001011 | 10100 | 1100111 | 111100 | 110010 |
Color Harmonies of #60CC34
Complementary color
Monochromatic Colors of #60CC34
Black with #60CC34
Text Example
Text Example
White with #60CC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CC34; }
p { color: rgb(96,204,52); }
H1.HeaderClassName
{
color: #60CC34;
}
.AnyTagClassName
{
color: #60CC34;
}
</style>
background-color css
<style>
a { background-color: #60CC34; }
a { background-color: rgb(96,204,52); }
div.DivClassName
{
background-color: #60CC34;
}
.BgClassName
{
background-color: #60CC34;
}
</style>
border-color css
<style>
span { border-color: #60CC34; }
span { border-color: rgb(96,204,52); }
td.TdClassName
{
border-color: #60CC34;
}
.TagClassName
{
border-color: #60CC34;
}
</style>