Shades of Apple #68D344
Tints of Apple #68D344
RGB
CMYK
RGB Variations
Color information
#68D344 (or 0x68D344) is known color: Apple. HEX triplet: 68, D3 and 44. RGB value is (104,211,68). Sum of RGB (Red+Green+Blue) = 104+211+68=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 211 (82.81% from 255 or 55.09% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 211 - color contains mainly: green. Hex color #68D344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D344 is #972CBB. Grayscale: #A3A3A3. Windows color (decimal): -9907388 or 4510568. OLE color: 4510568.
HSL color Cylindrical-coordinate representation of color #68D344: hue angle of 104.9º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68D344 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 68 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.17 |
| HSL | 104.9º | 0.62% | 0.55% | - |
| HSV(B) | 104.9º | 0.68% | 0.83% | - |
| XYZ | 30.05 | 49.95 | 13.53 | - |
| YUV | 162.71 | 74.55 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 68 | 0.51 | 0 | 0.68 | 0.17 | 104.9 | 0.62 | 0.55 |
| Hex | 68 | D3 | 44 | 33 | 0 | 44 | 11 | 69 | 3E | 37 |
| Octal | 150 | 323 | 104 | 63 | 0 | 104 | 21 | 151 | 76 | 67 |
| Binary | 1101000 | 11010011 | 1000100 | 110011 | 0 | 1000100 | 10001 | 1101001 | 111110 | 110111 |
Color Harmonies of #68D344
Complementary color
Monochromatic Colors of #68D344
Black with #68D344
Text Example
Text Example
White with #68D344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D344; }
p { color: rgb(104,211,68); }
H1.HeaderClassName
{
color: #68D344;
}
.AnyTagClassName
{
color: #68D344;
}
</style>
background-color css
<style>
a { background-color: #68D344; }
a { background-color: rgb(104,211,68); }
div.DivClassName
{
background-color: #68D344;
}
.BgClassName
{
background-color: #68D344;
}
</style>
border-color css
<style>
span { border-color: #68D344; }
span { border-color: rgb(104,211,68); }
td.TdClassName
{
border-color: #68D344;
}
.TagClassName
{
border-color: #68D344;
}
</style>