Shades of Apple #68D731
Tints of Apple #68D731
RGB
CMYK
RGB Variations
Color information
#68D731 (or 0x68D731) is known color: Apple. HEX triplet: 68, D7 and 31. RGB value is (104,215,49). Sum of RGB (Red+Green+Blue) = 104+215+49=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 215 (84.38% from 255 or 58.42% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 215 - color contains mainly: green. Hex color #68D731 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D731 is #9728CE. Grayscale: #A3A3A3. Windows color (decimal): -9906383 or 3266408. OLE color: 3266408.
HSL color Cylindrical-coordinate representation of color #68D731: hue angle of 100.12º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68D731 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 49 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.16 |
| HSL | 100.12º | 0.67% | 0.52% | - |
| HSV(B) | 100.12º | 0.77% | 0.84% | - |
| XYZ | 30.56 | 51.77 | 11.29 | - |
| YUV | 162.89 | 63.73 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 49 | 0.52 | 0 | 0.77 | 0.16 | 100.12 | 0.67 | 0.52 |
| Hex | 68 | D7 | 31 | 34 | 0 | 4D | 10 | 64 | 43 | 34 |
| Octal | 150 | 327 | 61 | 64 | 0 | 115 | 20 | 144 | 103 | 64 |
| Binary | 1101000 | 11010111 | 110001 | 110100 | 0 | 1001101 | 10000 | 1100100 | 1000011 | 110100 |
Color Harmonies of #68D731
Complementary color
Monochromatic Colors of #68D731
Black with #68D731
Text Example
Text Example
White with #68D731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D731; }
p { color: rgb(104,215,49); }
H1.HeaderClassName
{
color: #68D731;
}
.AnyTagClassName
{
color: #68D731;
}
</style>
background-color css
<style>
a { background-color: #68D731; }
a { background-color: rgb(104,215,49); }
div.DivClassName
{
background-color: #68D731;
}
.BgClassName
{
background-color: #68D731;
}
</style>
border-color css
<style>
span { border-color: #68D731; }
span { border-color: rgb(104,215,49); }
td.TdClassName
{
border-color: #68D731;
}
.TagClassName
{
border-color: #68D731;
}
</style>