Shades of Apple #68BC53
Tints of Apple #68BC53
RGB
CMYK
RGB Variations
Color information
#68BC53 (or 0x68BC53) is known color: Apple. HEX triplet: 68, BC and 53. RGB value is (104,188,83). Sum of RGB (Red+Green+Blue) = 104+188+83=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BC53 is #9743AC. Grayscale: #979797. Windows color (decimal): -9913261 or 5487720. OLE color: 5487720.
HSL color Cylindrical-coordinate representation of color #68BC53: hue angle of 108º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68BC53 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 83 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.26 |
| HSL | 108º | 0.44% | 0.53% | - |
| HSV(B) | 108º | 0.56% | 0.74% | - |
| XYZ | 25.25 | 39.53 | 14.48 | - |
| YUV | 150.91 | 89.67 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 83 | 0.45 | 0 | 0.56 | 0.26 | 108 | 0.44 | 0.53 |
| Hex | 68 | BC | 53 | 2D | 0 | 38 | 1A | 6C | 2C | 35 |
| Octal | 150 | 274 | 123 | 55 | 0 | 70 | 32 | 154 | 54 | 65 |
| Binary | 1101000 | 10111100 | 1010011 | 101101 | 0 | 111000 | 11010 | 1101100 | 101100 | 110101 |
Color Harmonies of #68BC53
Complementary color
Monochromatic Colors of #68BC53
Black with #68BC53
Text Example
Text Example
White with #68BC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC53; }
p { color: rgb(104,188,83); }
H1.HeaderClassName
{
color: #68BC53;
}
.AnyTagClassName
{
color: #68BC53;
}
</style>
background-color css
<style>
a { background-color: #68BC53; }
a { background-color: rgb(104,188,83); }
div.DivClassName
{
background-color: #68BC53;
}
.BgClassName
{
background-color: #68BC53;
}
</style>
border-color css
<style>
span { border-color: #68BC53; }
span { border-color: rgb(104,188,83); }
td.TdClassName
{
border-color: #68BC53;
}
.TagClassName
{
border-color: #68BC53;
}
</style>