Shades of Apple #68D544
Tints of Apple #68D544
RGB
CMYK
RGB Variations
Color information
#68D544 (or 0x68D544) is known color: Apple. HEX triplet: 68, D5 and 44. RGB value is (104,213,68). Sum of RGB (Red+Green+Blue) = 104+213+68=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #68D544 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D544 is #972ABB. Grayscale: #A4A4A4. Windows color (decimal): -9906876 or 4511080. OLE color: 4511080.
HSL color Cylindrical-coordinate representation of color #68D544: hue angle of 105.1º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68D544 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 68 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.16 |
| HSL | 105.1º | 0.63% | 0.55% | - |
| HSV(B) | 105.1º | 0.68% | 0.84% | - |
| XYZ | 30.55 | 50.95 | 13.69 | - |
| YUV | 163.88 | 73.89 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 68 | 0.51 | 0 | 0.68 | 0.16 | 105.1 | 0.63 | 0.55 |
| Hex | 68 | D5 | 44 | 33 | 0 | 44 | 10 | 69 | 3F | 37 |
| Octal | 150 | 325 | 104 | 63 | 0 | 104 | 20 | 151 | 77 | 67 |
| Binary | 1101000 | 11010101 | 1000100 | 110011 | 0 | 1000100 | 10000 | 1101001 | 111111 | 110111 |
Color Harmonies of #68D544
Complementary color
Monochromatic Colors of #68D544
Black with #68D544
Text Example
Text Example
White with #68D544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D544; }
p { color: rgb(104,213,68); }
H1.HeaderClassName
{
color: #68D544;
}
.AnyTagClassName
{
color: #68D544;
}
</style>
background-color css
<style>
a { background-color: #68D544; }
a { background-color: rgb(104,213,68); }
div.DivClassName
{
background-color: #68D544;
}
.BgClassName
{
background-color: #68D544;
}
</style>
border-color css
<style>
span { border-color: #68D544; }
span { border-color: rgb(104,213,68); }
td.TdClassName
{
border-color: #68D544;
}
.TagClassName
{
border-color: #68D544;
}
</style>