Shades of Apple #68D543
Tints of Apple #68D543
RGB
CMYK
RGB Variations
Color information
#68D543 (or 0x68D543) is known color: Apple. HEX triplet: 68, D5 and 43. RGB value is (104,213,67). Sum of RGB (Red+Green+Blue) = 104+213+67=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 213 (83.59% from 255 or 55.47% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 213 - color contains mainly: green. Hex color #68D543 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D543 is #972ABC. Grayscale: #A4A4A4. Windows color (decimal): -9906877 or 4445544. OLE color: 4445544.
HSL color Cylindrical-coordinate representation of color #68D543: hue angle of 104.79º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68D543 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 67 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.16 |
| HSL | 104.79º | 0.63% | 0.55% | - |
| HSV(B) | 104.79º | 0.69% | 0.84% | - |
| XYZ | 30.52 | 50.94 | 13.53 | - |
| YUV | 163.77 | 73.39 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 67 | 0.51 | 0 | 0.69 | 0.16 | 104.79 | 0.63 | 0.55 |
| Hex | 68 | D5 | 43 | 33 | 0 | 45 | 10 | 69 | 3F | 37 |
| Octal | 150 | 325 | 103 | 63 | 0 | 105 | 20 | 151 | 77 | 67 |
| Binary | 1101000 | 11010101 | 1000011 | 110011 | 0 | 1000101 | 10000 | 1101001 | 111111 | 110111 |
Color Harmonies of #68D543
Complementary color
Monochromatic Colors of #68D543
Black with #68D543
Text Example
Text Example
White with #68D543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D543; }
p { color: rgb(104,213,67); }
H1.HeaderClassName
{
color: #68D543;
}
.AnyTagClassName
{
color: #68D543;
}
</style>
background-color css
<style>
a { background-color: #68D543; }
a { background-color: rgb(104,213,67); }
div.DivClassName
{
background-color: #68D543;
}
.BgClassName
{
background-color: #68D543;
}
</style>
border-color css
<style>
span { border-color: #68D543; }
span { border-color: rgb(104,213,67); }
td.TdClassName
{
border-color: #68D543;
}
.TagClassName
{
border-color: #68D543;
}
</style>