Shades of Apple #68C852
Tints of Apple #68C852
RGB
CMYK
RGB Variations
Color information
#68C852 (or 0x68C852) is known color: Apple. HEX triplet: 68, C8 and 52. RGB value is (104,200,82). Sum of RGB (Red+Green+Blue) = 104+200+82=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 200 (78.52% from 255 or 51.81% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 200 - color contains mainly: green. Hex color #68C852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C852 is #9737AD. Grayscale: #9E9E9E. Windows color (decimal): -9910190 or 5425256. OLE color: 5425256.
HSL color Cylindrical-coordinate representation of color #68C852: hue angle of 108.81º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68C852 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 200 | 82 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.22 |
| HSL | 108.81º | 0.52% | 0.55% | - |
| HSV(B) | 108.81º | 0.59% | 0.78% | - |
| XYZ | 27.89 | 44.86 | 15.17 | - |
| YUV | 157.84 | 85.2 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 200 | 82 | 0.48 | 0 | 0.59 | 0.22 | 108.81 | 0.52 | 0.55 |
| Hex | 68 | C8 | 52 | 30 | 0 | 3B | 16 | 6D | 34 | 37 |
| Octal | 150 | 310 | 122 | 60 | 0 | 73 | 26 | 155 | 64 | 67 |
| Binary | 1101000 | 11001000 | 1010010 | 110000 | 0 | 111011 | 10110 | 1101101 | 110100 | 110111 |
Color Harmonies of #68C852
Complementary color
Monochromatic Colors of #68C852
Black with #68C852
Text Example
Text Example
White with #68C852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C852; }
p { color: rgb(104,200,82); }
H1.HeaderClassName
{
color: #68C852;
}
.AnyTagClassName
{
color: #68C852;
}
</style>
background-color css
<style>
a { background-color: #68C852; }
a { background-color: rgb(104,200,82); }
div.DivClassName
{
background-color: #68C852;
}
.BgClassName
{
background-color: #68C852;
}
</style>
border-color css
<style>
span { border-color: #68C852; }
span { border-color: rgb(104,200,82); }
td.TdClassName
{
border-color: #68C852;
}
.TagClassName
{
border-color: #68C852;
}
</style>