Shades of Apple #68CD55
Tints of Apple #68CD55
RGB
CMYK
RGB Variations
Color information
#68CD55 (or 0x68CD55) is known color: Apple. HEX triplet: 68, CD and 55. RGB value is (104,205,85). Sum of RGB (Red+Green+Blue) = 104+205+85=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CD55 is #9732AA. Grayscale: #A1A1A1. Windows color (decimal): -9908907 or 5623144. OLE color: 5623144.
HSL color Cylindrical-coordinate representation of color #68CD55: hue angle of 110.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68CD55 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 85 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.20 |
| HSL | 110.5º | 0.55% | 0.57% | - |
| HSV(B) | 110.5º | 0.59% | 0.8% | - |
| XYZ | 29.18 | 47.26 | 16.18 | - |
| YUV | 161.12 | 85.04 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 85 | 0.49 | 0 | 0.59 | 0.20 | 110.5 | 0.55 | 0.57 |
| Hex | 68 | CD | 55 | 31 | 0 | 3B | 14 | 6E | 37 | 39 |
| Octal | 150 | 315 | 125 | 61 | 0 | 73 | 24 | 156 | 67 | 71 |
| Binary | 1101000 | 11001101 | 1010101 | 110001 | 0 | 111011 | 10100 | 1101110 | 110111 | 111001 |
Color Harmonies of #68CD55
Complementary color
Monochromatic Colors of #68CD55
Black with #68CD55
Text Example
Text Example
White with #68CD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CD55; }
p { color: rgb(104,205,85); }
H1.HeaderClassName
{
color: #68CD55;
}
.AnyTagClassName
{
color: #68CD55;
}
</style>
background-color css
<style>
a { background-color: #68CD55; }
a { background-color: rgb(104,205,85); }
div.DivClassName
{
background-color: #68CD55;
}
.BgClassName
{
background-color: #68CD55;
}
</style>
border-color css
<style>
span { border-color: #68CD55; }
span { border-color: rgb(104,205,85); }
td.TdClassName
{
border-color: #68CD55;
}
.TagClassName
{
border-color: #68CD55;
}
</style>