Shades of Apple #68BB50
Tints of Apple #68BB50
RGB
CMYK
RGB Variations
Color information
#68BB50 (or 0x68BB50) is known color: Apple. HEX triplet: 68, BB and 50. RGB value is (104,187,80). Sum of RGB (Red+Green+Blue) = 104+187+80=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #68BB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BB50 is #9744AF. Grayscale: #969696. Windows color (decimal): -9913520 or 5290856. OLE color: 5290856.
HSL color Cylindrical-coordinate representation of color #68BB50: hue angle of 106.54º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68BB50 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 187 | 80 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.27 |
| HSL | 106.54º | 0.44% | 0.52% | - |
| HSV(B) | 106.54º | 0.57% | 0.73% | - |
| XYZ | 24.93 | 39.06 | 13.82 | - |
| YUV | 149.99 | 88.5 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 80 | 0.44 | 0 | 0.57 | 0.27 | 106.54 | 0.44 | 0.52 |
| Hex | 68 | BB | 50 | 2C | 0 | 39 | 1B | 6B | 2C | 34 |
| Octal | 150 | 273 | 120 | 54 | 0 | 71 | 33 | 153 | 54 | 64 |
| Binary | 1101000 | 10111011 | 1010000 | 101100 | 0 | 111001 | 11011 | 1101011 | 101100 | 110100 |
Color Harmonies of #68BB50
Complementary color
Monochromatic Colors of #68BB50
Black with #68BB50
Text Example
Text Example
White with #68BB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BB50; }
p { color: rgb(104,187,80); }
H1.HeaderClassName
{
color: #68BB50;
}
.AnyTagClassName
{
color: #68BB50;
}
</style>
background-color css
<style>
a { background-color: #68BB50; }
a { background-color: rgb(104,187,80); }
div.DivClassName
{
background-color: #68BB50;
}
.BgClassName
{
background-color: #68BB50;
}
</style>
border-color css
<style>
span { border-color: #68BB50; }
span { border-color: rgb(104,187,80); }
td.TdClassName
{
border-color: #68BB50;
}
.TagClassName
{
border-color: #68BB50;
}
</style>