Shades of Apple #68BD55
Tints of Apple #68BD55
RGB
CMYK
RGB Variations
Color information
#68BD55 (or 0x68BD55) is known color: Apple. HEX triplet: 68, BD and 55. RGB value is (104,189,85). Sum of RGB (Red+Green+Blue) = 104+189+85=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BD55 is #9742AA. Grayscale: #989898. Windows color (decimal): -9913003 or 5619048. OLE color: 5619048.
HSL color Cylindrical-coordinate representation of color #68BD55: hue angle of 109.04º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68BD55 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 85 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.26 |
| HSL | 109.04º | 0.44% | 0.54% | - |
| HSV(B) | 109.04º | 0.55% | 0.74% | - |
| XYZ | 25.55 | 39.99 | 14.97 | - |
| YUV | 151.73 | 90.34 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 85 | 0.45 | 0 | 0.55 | 0.26 | 109.04 | 0.44 | 0.54 |
| Hex | 68 | BD | 55 | 2D | 0 | 37 | 1A | 6D | 2C | 36 |
| Octal | 150 | 275 | 125 | 55 | 0 | 67 | 32 | 155 | 54 | 66 |
| Binary | 1101000 | 10111101 | 1010101 | 101101 | 0 | 110111 | 11010 | 1101101 | 101100 | 110110 |
Color Harmonies of #68BD55
Complementary color
Monochromatic Colors of #68BD55
Black with #68BD55
Text Example
Text Example
White with #68BD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD55; }
p { color: rgb(104,189,85); }
H1.HeaderClassName
{
color: #68BD55;
}
.AnyTagClassName
{
color: #68BD55;
}
</style>
background-color css
<style>
a { background-color: #68BD55; }
a { background-color: rgb(104,189,85); }
div.DivClassName
{
background-color: #68BD55;
}
.BgClassName
{
background-color: #68BD55;
}
</style>
border-color css
<style>
span { border-color: #68BD55; }
span { border-color: rgb(104,189,85); }
td.TdClassName
{
border-color: #68BD55;
}
.TagClassName
{
border-color: #68BD55;
}
</style>