Shades of Apple #68BC5C
Tints of Apple #68BC5C
RGB
CMYK
RGB Variations
Color information
#68BC5C (or 0x68BC5C) is known color: Apple. HEX triplet: 68, BC and 5C. RGB value is (104,188,92). Sum of RGB (Red+Green+Blue) = 104+188+92=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BC5C is #9743A3. Grayscale: #989898. Windows color (decimal): -9913252 or 6077544. OLE color: 6077544.
HSL color Cylindrical-coordinate representation of color #68BC5C: hue angle of 112.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68BC5C is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 92 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.26 |
| HSL | 112.5º | 0.42% | 0.55% | - |
| HSV(B) | 112.5º | 0.51% | 0.74% | - |
| XYZ | 25.62 | 39.68 | 16.43 | - |
| YUV | 151.94 | 94.17 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 92 | 0.45 | 0 | 0.51 | 0.26 | 112.5 | 0.42 | 0.55 |
| Hex | 68 | BC | 5C | 2D | 0 | 33 | 1A | 70 | 2A | 37 |
| Octal | 150 | 274 | 134 | 55 | 0 | 63 | 32 | 160 | 52 | 67 |
| Binary | 1101000 | 10111100 | 1011100 | 101101 | 0 | 110011 | 11010 | 1110000 | 101010 | 110111 |
Color Harmonies of #68BC5C
Complementary color
Monochromatic Colors of #68BC5C
Black with #68BC5C
Text Example
Text Example
White with #68BC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC5C; }
p { color: rgb(104,188,92); }
H1.HeaderClassName
{
color: #68BC5C;
}
.AnyTagClassName
{
color: #68BC5C;
}
</style>
background-color css
<style>
a { background-color: #68BC5C; }
a { background-color: rgb(104,188,92); }
div.DivClassName
{
background-color: #68BC5C;
}
.BgClassName
{
background-color: #68BC5C;
}
</style>
border-color css
<style>
span { border-color: #68BC5C; }
span { border-color: rgb(104,188,92); }
td.TdClassName
{
border-color: #68BC5C;
}
.TagClassName
{
border-color: #68BC5C;
}
</style>