Shades of Apple #68C131
Tints of Apple #68C131
RGB
CMYK
RGB Variations
Color information
#68C131 (or 0x68C131) is known color: Apple. HEX triplet: 68, C1 and 31. RGB value is (104,193,49). Sum of RGB (Red+Green+Blue) = 104+193+49=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #68C131 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C131 is #973ECE. Grayscale: #969696. Windows color (decimal): -9912015 or 3260776. OLE color: 3260776.
HSL color Cylindrical-coordinate representation of color #68C131: hue angle of 97.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68C131 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 193 | 49 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.24 |
| HSL | 97.08º | 0.6% | 0.47% | - |
| HSV(B) | 97.08º | 0.75% | 0.76% | - |
| XYZ | 25.33 | 41.3 | 9.54 | - |
| YUV | 149.97 | 71.01 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 49 | 0.46 | 0 | 0.75 | 0.24 | 97.08 | 0.6 | 0.47 |
| Hex | 68 | C1 | 31 | 2E | 0 | 4B | 18 | 61 | 3C | 2F |
| Octal | 150 | 301 | 61 | 56 | 0 | 113 | 30 | 141 | 74 | 57 |
| Binary | 1101000 | 11000001 | 110001 | 101110 | 0 | 1001011 | 11000 | 1100001 | 111100 | 101111 |
Color Harmonies of #68C131
Complementary color
Monochromatic Colors of #68C131
Black with #68C131
Text Example
Text Example
White with #68C131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C131; }
p { color: rgb(104,193,49); }
H1.HeaderClassName
{
color: #68C131;
}
.AnyTagClassName
{
color: #68C131;
}
</style>
background-color css
<style>
a { background-color: #68C131; }
a { background-color: rgb(104,193,49); }
div.DivClassName
{
background-color: #68C131;
}
.BgClassName
{
background-color: #68C131;
}
</style>
border-color css
<style>
span { border-color: #68C131; }
span { border-color: rgb(104,193,49); }
td.TdClassName
{
border-color: #68C131;
}
.TagClassName
{
border-color: #68C131;
}
</style>