Shades of Apple #68DD45
Tints of Apple #68DD45
RGB
CMYK
RGB Variations
Color information
#68DD45 (or 0x68DD45) is known color: Apple. HEX triplet: 68, DD and 45. RGB value is (104,221,69). Sum of RGB (Red+Green+Blue) = 104+221+69=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DD45 is #9722BA. Grayscale: #A9A9A9. Windows color (decimal): -9904827 or 4578664. OLE color: 4578664.
HSL color Cylindrical-coordinate representation of color #68DD45: hue angle of 106.18º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68DD45 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 69 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.13 |
| HSL | 106.18º | 0.69% | 0.57% | - |
| HSV(B) | 106.18º | 0.69% | 0.87% | - |
| XYZ | 32.64 | 55.09 | 14.54 | - |
| YUV | 168.69 | 71.74 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 69 | 0.53 | 0 | 0.69 | 0.13 | 106.18 | 0.69 | 0.57 |
| Hex | 68 | DD | 45 | 35 | 0 | 45 | D | 6A | 45 | 39 |
| Octal | 150 | 335 | 105 | 65 | 0 | 105 | 15 | 152 | 105 | 71 |
| Binary | 1101000 | 11011101 | 1000101 | 110101 | 0 | 1000101 | 1101 | 1101010 | 1000101 | 111001 |
Color Harmonies of #68DD45
Complementary color
Monochromatic Colors of #68DD45
Black with #68DD45
Text Example
Text Example
White with #68DD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DD45; }
p { color: rgb(104,221,69); }
H1.HeaderClassName
{
color: #68DD45;
}
.AnyTagClassName
{
color: #68DD45;
}
</style>
background-color css
<style>
a { background-color: #68DD45; }
a { background-color: rgb(104,221,69); }
div.DivClassName
{
background-color: #68DD45;
}
.BgClassName
{
background-color: #68DD45;
}
</style>
border-color css
<style>
span { border-color: #68DD45; }
span { border-color: rgb(104,221,69); }
td.TdClassName
{
border-color: #68DD45;
}
.TagClassName
{
border-color: #68DD45;
}
</style>