Shades of Apple #60CE32
Tints of Apple #60CE32
RGB
CMYK
RGB Variations
Color information
#60CE32 (or 0x60CE32) is known color: Apple. HEX triplet: 60, CE and 32. RGB value is (96,206,50). Sum of RGB (Red+Green+Blue) = 96+206+50=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 206 (80.86% from 255 or 58.52% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 206 - color contains mainly: green. Hex color #60CE32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60CE32 is #9F31CD. Grayscale: #9B9B9B. Windows color (decimal): -10432974 or 3329632. OLE color: 3329632.
HSL color Cylindrical-coordinate representation of color #60CE32: hue angle of 102.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60CE32 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 50 | - |
| CMYK | 0.53 | 0 | 0.76 | 0.19 |
| HSL | 102.31º | 0.61% | 0.5% | - |
| HSV(B) | 102.31º | 0.76% | 0.81% | - |
| XYZ | 27.47 | 46.86 | 10.61 | - |
| YUV | 155.33 | 68.56 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 50 | 0.53 | 0 | 0.76 | 0.19 | 102.31 | 0.61 | 0.5 |
| Hex | 60 | CE | 32 | 35 | 0 | 4C | 13 | 66 | 3D | 32 |
| Octal | 140 | 316 | 62 | 65 | 0 | 114 | 23 | 146 | 75 | 62 |
| Binary | 1100000 | 11001110 | 110010 | 110101 | 0 | 1001100 | 10011 | 1100110 | 111101 | 110010 |
Color Harmonies of #60CE32
Complementary color
Monochromatic Colors of #60CE32
Black with #60CE32
Text Example
Text Example
White with #60CE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CE32; }
p { color: rgb(96,206,50); }
H1.HeaderClassName
{
color: #60CE32;
}
.AnyTagClassName
{
color: #60CE32;
}
</style>
background-color css
<style>
a { background-color: #60CE32; }
a { background-color: rgb(96,206,50); }
div.DivClassName
{
background-color: #60CE32;
}
.BgClassName
{
background-color: #60CE32;
}
</style>
border-color css
<style>
span { border-color: #60CE32; }
span { border-color: rgb(96,206,50); }
td.TdClassName
{
border-color: #60CE32;
}
.TagClassName
{
border-color: #60CE32;
}
</style>