Shades of Apple #68BE58
Tints of Apple #68BE58
RGB
CMYK
RGB Variations
Color information
#68BE58 (or 0x68BE58) is known color: Apple. HEX triplet: 68, BE and 58. RGB value is (104,190,88). Sum of RGB (Red+Green+Blue) = 104+190+88=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #68BE58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BE58 is #9741A7. Grayscale: #989898. Windows color (decimal): -9912744 or 5815912. OLE color: 5815912.
HSL color Cylindrical-coordinate representation of color #68BE58: hue angle of 110.59º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68BE58 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 190 | 88 | - |
| CMYK | 0.45 | 0 | 0.54 | 0.25 |
| HSL | 110.59º | 0.44% | 0.55% | - |
| HSV(B) | 110.59º | 0.54% | 0.75% | - |
| XYZ | 25.88 | 40.47 | 15.68 | - |
| YUV | 152.66 | 91.51 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 88 | 0.45 | 0 | 0.54 | 0.25 | 110.59 | 0.44 | 0.55 |
| Hex | 68 | BE | 58 | 2D | 0 | 36 | 19 | 6F | 2C | 37 |
| Octal | 150 | 276 | 130 | 55 | 0 | 66 | 31 | 157 | 54 | 67 |
| Binary | 1101000 | 10111110 | 1011000 | 101101 | 0 | 110110 | 11001 | 1101111 | 101100 | 110111 |
Color Harmonies of #68BE58
Complementary color
Monochromatic Colors of #68BE58
Black with #68BE58
Text Example
Text Example
White with #68BE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BE58; }
p { color: rgb(104,190,88); }
H1.HeaderClassName
{
color: #68BE58;
}
.AnyTagClassName
{
color: #68BE58;
}
</style>
background-color css
<style>
a { background-color: #68BE58; }
a { background-color: rgb(104,190,88); }
div.DivClassName
{
background-color: #68BE58;
}
.BgClassName
{
background-color: #68BE58;
}
</style>
border-color css
<style>
span { border-color: #68BE58; }
span { border-color: rgb(104,190,88); }
td.TdClassName
{
border-color: #68BE58;
}
.TagClassName
{
border-color: #68BE58;
}
</style>