Shades of Apple #68D053
Tints of Apple #68D053
RGB
CMYK
RGB Variations
Color information
#68D053 (or 0x68D053) is known color: Apple. HEX triplet: 68, D0 and 53. RGB value is (104,208,83). Sum of RGB (Red+Green+Blue) = 104+208+83=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #68D053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D053 is #972FAC. Grayscale: #A3A3A3. Windows color (decimal): -9908141 or 5492840. OLE color: 5492840.
HSL color Cylindrical-coordinate representation of color #68D053: hue angle of 109.92º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68D053 is Cyan = 0.5, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 208 | 83 | - |
| CMYK | 0.5 | 0 | 0.60 | 0.18 |
| HSL | 109.92º | 0.57% | 0.57% | - |
| HSV(B) | 109.92º | 0.6% | 0.82% | - |
| XYZ | 29.83 | 48.68 | 16.01 | - |
| YUV | 162.65 | 83.04 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 83 | 0.5 | 0 | 0.60 | 0.18 | 109.92 | 0.57 | 0.57 |
| Hex | 68 | D0 | 53 | 32 | 0 | 3C | 12 | 6E | 39 | 39 |
| Octal | 150 | 320 | 123 | 62 | 0 | 74 | 22 | 156 | 71 | 71 |
| Binary | 1101000 | 11010000 | 1010011 | 110010 | 0 | 111100 | 10010 | 1101110 | 111001 | 111001 |
Color Harmonies of #68D053
Complementary color
Monochromatic Colors of #68D053
Black with #68D053
Text Example
Text Example
White with #68D053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D053; }
p { color: rgb(104,208,83); }
H1.HeaderClassName
{
color: #68D053;
}
.AnyTagClassName
{
color: #68D053;
}
</style>
background-color css
<style>
a { background-color: #68D053; }
a { background-color: rgb(104,208,83); }
div.DivClassName
{
background-color: #68D053;
}
.BgClassName
{
background-color: #68D053;
}
</style>
border-color css
<style>
span { border-color: #68D053; }
span { border-color: rgb(104,208,83); }
td.TdClassName
{
border-color: #68D053;
}
.TagClassName
{
border-color: #68D053;
}
</style>