Shades of Apple #68CB56
Tints of Apple #68CB56
RGB
CMYK
RGB Variations
Color information
#68CB56 (or 0x68CB56) is known color: Apple. HEX triplet: 68, CB and 56. RGB value is (104,203,86). Sum of RGB (Red+Green+Blue) = 104+203+86=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CB56 is #9734A9. Grayscale: #A0A0A0. Windows color (decimal): -9909418 or 5688168. OLE color: 5688168.
HSL color Cylindrical-coordinate representation of color #68CB56: hue angle of 110.77º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68CB56 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 86 | - |
| CMYK | 0.49 | 0 | 0.58 | 0.20 |
| HSL | 110.77º | 0.53% | 0.57% | - |
| HSV(B) | 110.77º | 0.58% | 0.8% | - |
| XYZ | 28.74 | 46.33 | 16.23 | - |
| YUV | 160.06 | 86.2 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 86 | 0.49 | 0 | 0.58 | 0.20 | 110.77 | 0.53 | 0.57 |
| Hex | 68 | CB | 56 | 31 | 0 | 3A | 14 | 6F | 35 | 39 |
| Octal | 150 | 313 | 126 | 61 | 0 | 72 | 24 | 157 | 65 | 71 |
| Binary | 1101000 | 11001011 | 1010110 | 110001 | 0 | 111010 | 10100 | 1101111 | 110101 | 111001 |
Color Harmonies of #68CB56
Complementary color
Monochromatic Colors of #68CB56
Black with #68CB56
Text Example
Text Example
White with #68CB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CB56; }
p { color: rgb(104,203,86); }
H1.HeaderClassName
{
color: #68CB56;
}
.AnyTagClassName
{
color: #68CB56;
}
</style>
background-color css
<style>
a { background-color: #68CB56; }
a { background-color: rgb(104,203,86); }
div.DivClassName
{
background-color: #68CB56;
}
.BgClassName
{
background-color: #68CB56;
}
</style>
border-color css
<style>
span { border-color: #68CB56; }
span { border-color: rgb(104,203,86); }
td.TdClassName
{
border-color: #68CB56;
}
.TagClassName
{
border-color: #68CB56;
}
</style>