Shades of Apple #68D348
Tints of Apple #68D348
RGB
CMYK
RGB Variations
Color information
#68D348 (or 0x68D348) is known color: Apple. HEX triplet: 68, D3 and 48. RGB value is (104,211,72). Sum of RGB (Red+Green+Blue) = 104+211+72=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 211 (82.81% from 255 or 54.52% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 211 - color contains mainly: green. Hex color #68D348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D348 is #972CB7. Grayscale: #A3A3A3. Windows color (decimal): -9907384 or 4772712. OLE color: 4772712.
HSL color Cylindrical-coordinate representation of color #68D348: hue angle of 106.19º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68D348 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 72 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.17 |
| HSL | 106.19º | 0.61% | 0.55% | - |
| HSV(B) | 106.19º | 0.66% | 0.83% | - |
| XYZ | 30.17 | 50 | 14.19 | - |
| YUV | 163.16 | 76.55 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 72 | 0.51 | 0 | 0.66 | 0.17 | 106.19 | 0.61 | 0.55 |
| Hex | 68 | D3 | 48 | 33 | 0 | 42 | 11 | 6A | 3D | 37 |
| Octal | 150 | 323 | 110 | 63 | 0 | 102 | 21 | 152 | 75 | 67 |
| Binary | 1101000 | 11010011 | 1001000 | 110011 | 0 | 1000010 | 10001 | 1101010 | 111101 | 110111 |
Color Harmonies of #68D348
Complementary color
Monochromatic Colors of #68D348
Black with #68D348
Text Example
Text Example
White with #68D348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D348; }
p { color: rgb(104,211,72); }
H1.HeaderClassName
{
color: #68D348;
}
.AnyTagClassName
{
color: #68D348;
}
</style>
background-color css
<style>
a { background-color: #68D348; }
a { background-color: rgb(104,211,72); }
div.DivClassName
{
background-color: #68D348;
}
.BgClassName
{
background-color: #68D348;
}
</style>
border-color css
<style>
span { border-color: #68D348; }
span { border-color: rgb(104,211,72); }
td.TdClassName
{
border-color: #68D348;
}
.TagClassName
{
border-color: #68D348;
}
</style>