Shades of Apple #68BE53
Tints of Apple #68BE53
RGB
CMYK
RGB Variations
Color information
#68BE53 (or 0x68BE53) is known color: Apple. HEX triplet: 68, BE and 53. RGB value is (104,190,83). Sum of RGB (Red+Green+Blue) = 104+190+83=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #68BE53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BE53 is #9741AC. Grayscale: #989898. Windows color (decimal): -9912749 or 5488232. OLE color: 5488232.
HSL color Cylindrical-coordinate representation of color #68BE53: hue angle of 108.22º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68BE53 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 190 | 83 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.25 |
| HSL | 108.22º | 0.45% | 0.54% | - |
| HSV(B) | 108.22º | 0.56% | 0.75% | - |
| XYZ | 25.68 | 40.39 | 14.63 | - |
| YUV | 152.09 | 89.01 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 83 | 0.45 | 0 | 0.56 | 0.25 | 108.22 | 0.45 | 0.54 |
| Hex | 68 | BE | 53 | 2D | 0 | 38 | 19 | 6C | 2D | 36 |
| Octal | 150 | 276 | 123 | 55 | 0 | 70 | 31 | 154 | 55 | 66 |
| Binary | 1101000 | 10111110 | 1010011 | 101101 | 0 | 111000 | 11001 | 1101100 | 101101 | 110110 |
Color Harmonies of #68BE53
Complementary color
Monochromatic Colors of #68BE53
Black with #68BE53
Text Example
Text Example
White with #68BE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BE53; }
p { color: rgb(104,190,83); }
H1.HeaderClassName
{
color: #68BE53;
}
.AnyTagClassName
{
color: #68BE53;
}
</style>
background-color css
<style>
a { background-color: #68BE53; }
a { background-color: rgb(104,190,83); }
div.DivClassName
{
background-color: #68BE53;
}
.BgClassName
{
background-color: #68BE53;
}
</style>
border-color css
<style>
span { border-color: #68BE53; }
span { border-color: rgb(104,190,83); }
td.TdClassName
{
border-color: #68BE53;
}
.TagClassName
{
border-color: #68BE53;
}
</style>