Shades of Apple #68CB55
Tints of Apple #68CB55
RGB
CMYK
RGB Variations
Color information
#68CB55 (or 0x68CB55) is known color: Apple. HEX triplet: 68, CB and 55. RGB value is (104,203,85). Sum of RGB (Red+Green+Blue) = 104+203+85=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CB55 is #9734AA. Grayscale: #A0A0A0. Windows color (decimal): -9909419 or 5622632. OLE color: 5622632.
HSL color Cylindrical-coordinate representation of color #68CB55: hue angle of 110.34º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68CB55 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 85 | - |
| CMYK | 0.49 | 0 | 0.58 | 0.20 |
| HSL | 110.34º | 0.53% | 0.56% | - |
| HSV(B) | 110.34º | 0.58% | 0.8% | - |
| XYZ | 28.7 | 46.31 | 16.02 | - |
| YUV | 159.95 | 85.7 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 85 | 0.49 | 0 | 0.58 | 0.20 | 110.34 | 0.53 | 0.56 |
| Hex | 68 | CB | 55 | 31 | 0 | 3A | 14 | 6E | 35 | 38 |
| Octal | 150 | 313 | 125 | 61 | 0 | 72 | 24 | 156 | 65 | 70 |
| Binary | 1101000 | 11001011 | 1010101 | 110001 | 0 | 111010 | 10100 | 1101110 | 110101 | 111000 |
Color Harmonies of #68CB55
Complementary color
Monochromatic Colors of #68CB55
Black with #68CB55
Text Example
Text Example
White with #68CB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CB55; }
p { color: rgb(104,203,85); }
H1.HeaderClassName
{
color: #68CB55;
}
.AnyTagClassName
{
color: #68CB55;
}
</style>
background-color css
<style>
a { background-color: #68CB55; }
a { background-color: rgb(104,203,85); }
div.DivClassName
{
background-color: #68CB55;
}
.BgClassName
{
background-color: #68CB55;
}
</style>
border-color css
<style>
span { border-color: #68CB55; }
span { border-color: rgb(104,203,85); }
td.TdClassName
{
border-color: #68CB55;
}
.TagClassName
{
border-color: #68CB55;
}
</style>