Shades of Apple #68DF32
Tints of Apple #68DF32
RGB
CMYK
RGB Variations
Color information
#68DF32 (or 0x68DF32) is known color: Apple. HEX triplet: 68, DF and 32. RGB value is (104,223,50). Sum of RGB (Red+Green+Blue) = 104+223+50=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DF32 is #9720CD. Grayscale: #A8A8A8. Windows color (decimal): -9904334 or 3333992. OLE color: 3333992.
HSL color Cylindrical-coordinate representation of color #68DF32: hue angle of 101.27º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68DF32 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 50 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.13 |
| HSL | 101.27º | 0.73% | 0.54% | - |
| HSV(B) | 101.27º | 0.78% | 0.87% | - |
| XYZ | 32.67 | 55.95 | 12.09 | - |
| YUV | 167.7 | 61.58 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 50 | 0.53 | 0 | 0.78 | 0.13 | 101.27 | 0.73 | 0.54 |
| Hex | 68 | DF | 32 | 35 | 0 | 4E | D | 65 | 49 | 36 |
| Octal | 150 | 337 | 62 | 65 | 0 | 116 | 15 | 145 | 111 | 66 |
| Binary | 1101000 | 11011111 | 110010 | 110101 | 0 | 1001110 | 1101 | 1100101 | 1001001 | 110110 |
Color Harmonies of #68DF32
Complementary color
Monochromatic Colors of #68DF32
Black with #68DF32
Text Example
Text Example
White with #68DF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DF32; }
p { color: rgb(104,223,50); }
H1.HeaderClassName
{
color: #68DF32;
}
.AnyTagClassName
{
color: #68DF32;
}
</style>
background-color css
<style>
a { background-color: #68DF32; }
a { background-color: rgb(104,223,50); }
div.DivClassName
{
background-color: #68DF32;
}
.BgClassName
{
background-color: #68DF32;
}
</style>
border-color css
<style>
span { border-color: #68DF32; }
span { border-color: rgb(104,223,50); }
td.TdClassName
{
border-color: #68DF32;
}
.TagClassName
{
border-color: #68DF32;
}
</style>