Shades of Apple #68D332
Tints of Apple #68D332
RGB
CMYK
RGB Variations
Color information
#68D332 (or 0x68D332) is known color: Apple. HEX triplet: 68, D3 and 32. RGB value is (104,211,50). Sum of RGB (Red+Green+Blue) = 104+211+50=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 211 (82.81% from 255 or 57.81% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 211 - color contains mainly: green. Hex color #68D332 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D332 is #972CCD. Grayscale: #A1A1A1. Windows color (decimal): -9907406 or 3330920. OLE color: 3330920.
HSL color Cylindrical-coordinate representation of color #68D332: hue angle of 99.88º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68D332 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 50 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.17 |
| HSL | 99.88º | 0.65% | 0.51% | - |
| HSV(B) | 99.88º | 0.76% | 0.83% | - |
| XYZ | 29.58 | 49.76 | 11.06 | - |
| YUV | 160.65 | 65.55 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 50 | 0.51 | 0 | 0.76 | 0.17 | 99.88 | 0.65 | 0.51 |
| Hex | 68 | D3 | 32 | 33 | 0 | 4C | 11 | 64 | 41 | 33 |
| Octal | 150 | 323 | 62 | 63 | 0 | 114 | 21 | 144 | 101 | 63 |
| Binary | 1101000 | 11010011 | 110010 | 110011 | 0 | 1001100 | 10001 | 1100100 | 1000001 | 110011 |
Color Harmonies of #68D332
Complementary color
Monochromatic Colors of #68D332
Black with #68D332
Text Example
Text Example
White with #68D332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D332; }
p { color: rgb(104,211,50); }
H1.HeaderClassName
{
color: #68D332;
}
.AnyTagClassName
{
color: #68D332;
}
</style>
background-color css
<style>
a { background-color: #68D332; }
a { background-color: rgb(104,211,50); }
div.DivClassName
{
background-color: #68D332;
}
.BgClassName
{
background-color: #68D332;
}
</style>
border-color css
<style>
span { border-color: #68D332; }
span { border-color: rgb(104,211,50); }
td.TdClassName
{
border-color: #68D332;
}
.TagClassName
{
border-color: #68D332;
}
</style>