Shades of Apple #68C247
Tints of Apple #68C247
RGB
CMYK
RGB Variations
Color information
#68C247 (or 0x68C247) is known color: Apple. HEX triplet: 68, C2 and 47. RGB value is (104,194,71). Sum of RGB (Red+Green+Blue) = 104+194+71=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #68C247 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C247 is #973DB8. Grayscale: #999999. Windows color (decimal): -9911737 or 4702824. OLE color: 4702824.
HSL color Cylindrical-coordinate representation of color #68C247: hue angle of 103.9º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68C247 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 71 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.24 |
| HSL | 103.9º | 0.5% | 0.52% | - |
| HSV(B) | 103.9º | 0.63% | 0.76% | - |
| XYZ | 26.14 | 41.98 | 12.69 | - |
| YUV | 153.07 | 81.68 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 71 | 0.46 | 0 | 0.63 | 0.24 | 103.9 | 0.5 | 0.52 |
| Hex | 68 | C2 | 47 | 2E | 0 | 3F | 18 | 68 | 32 | 34 |
| Octal | 150 | 302 | 107 | 56 | 0 | 77 | 30 | 150 | 62 | 64 |
| Binary | 1101000 | 11000010 | 1000111 | 101110 | 0 | 111111 | 11000 | 1101000 | 110010 | 110100 |
Color Harmonies of #68C247
Complementary color
Monochromatic Colors of #68C247
Black with #68C247
Text Example
Text Example
White with #68C247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C247; }
p { color: rgb(104,194,71); }
H1.HeaderClassName
{
color: #68C247;
}
.AnyTagClassName
{
color: #68C247;
}
</style>
background-color css
<style>
a { background-color: #68C247; }
a { background-color: rgb(104,194,71); }
div.DivClassName
{
background-color: #68C247;
}
.BgClassName
{
background-color: #68C247;
}
</style>
border-color css
<style>
span { border-color: #68C247; }
span { border-color: rgb(104,194,71); }
td.TdClassName
{
border-color: #68C247;
}
.TagClassName
{
border-color: #68C247;
}
</style>