Shades of Apple #68CC53
Tints of Apple #68CC53
RGB
CMYK
RGB Variations
Color information
#68CC53 (or 0x68CC53) is known color: Apple. HEX triplet: 68, CC and 53. RGB value is (104,204,83). Sum of RGB (Red+Green+Blue) = 104+204+83=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CC53 is #9733AC. Grayscale: #A0A0A0. Windows color (decimal): -9909165 or 5491816. OLE color: 5491816.
HSL color Cylindrical-coordinate representation of color #68CC53: hue angle of 109.59º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68CC53 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 83 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.2 |
| HSL | 109.59º | 0.54% | 0.56% | - |
| HSV(B) | 109.59º | 0.59% | 0.8% | - |
| XYZ | 28.86 | 46.75 | 15.69 | - |
| YUV | 160.31 | 84.37 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 83 | 0.49 | 0 | 0.59 | 0.2 | 109.59 | 0.54 | 0.56 |
| Hex | 68 | CC | 53 | 31 | 0 | 3B | 14 | 6E | 36 | 38 |
| Octal | 150 | 314 | 123 | 61 | 0 | 73 | 24 | 156 | 66 | 70 |
| Binary | 1101000 | 11001100 | 1010011 | 110001 | 0 | 111011 | 10100 | 1101110 | 110110 | 111000 |
Color Harmonies of #68CC53
Complementary color
Monochromatic Colors of #68CC53
Black with #68CC53
Text Example
Text Example
White with #68CC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CC53; }
p { color: rgb(104,204,83); }
H1.HeaderClassName
{
color: #68CC53;
}
.AnyTagClassName
{
color: #68CC53;
}
</style>
background-color css
<style>
a { background-color: #68CC53; }
a { background-color: rgb(104,204,83); }
div.DivClassName
{
background-color: #68CC53;
}
.BgClassName
{
background-color: #68CC53;
}
</style>
border-color css
<style>
span { border-color: #68CC53; }
span { border-color: rgb(104,204,83); }
td.TdClassName
{
border-color: #68CC53;
}
.TagClassName
{
border-color: #68CC53;
}
</style>