Shades of Apple #68CC47
Tints of Apple #68CC47
RGB
CMYK
RGB Variations
Color information
#68CC47 (or 0x68CC47) is known color: Apple. HEX triplet: 68, CC and 47. RGB value is (104,204,71). Sum of RGB (Red+Green+Blue) = 104+204+71=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CC47 is #9733B8. Grayscale: #9F9F9F. Windows color (decimal): -9909177 or 4705384. OLE color: 4705384.
HSL color Cylindrical-coordinate representation of color #68CC47: hue angle of 105.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68CC47 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 71 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.2 |
| HSL | 105.11º | 0.57% | 0.54% | - |
| HSV(B) | 105.11º | 0.65% | 0.8% | - |
| XYZ | 28.44 | 46.58 | 13.45 | - |
| YUV | 158.94 | 78.37 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 71 | 0.49 | 0 | 0.65 | 0.2 | 105.11 | 0.57 | 0.54 |
| Hex | 68 | CC | 47 | 31 | 0 | 41 | 14 | 69 | 39 | 36 |
| Octal | 150 | 314 | 107 | 61 | 0 | 101 | 24 | 151 | 71 | 66 |
| Binary | 1101000 | 11001100 | 1000111 | 110001 | 0 | 1000001 | 10100 | 1101001 | 111001 | 110110 |
Color Harmonies of #68CC47
Complementary color
Monochromatic Colors of #68CC47
Black with #68CC47
Text Example
Text Example
White with #68CC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CC47; }
p { color: rgb(104,204,71); }
H1.HeaderClassName
{
color: #68CC47;
}
.AnyTagClassName
{
color: #68CC47;
}
</style>
background-color css
<style>
a { background-color: #68CC47; }
a { background-color: rgb(104,204,71); }
div.DivClassName
{
background-color: #68CC47;
}
.BgClassName
{
background-color: #68CC47;
}
</style>
border-color css
<style>
span { border-color: #68CC47; }
span { border-color: rgb(104,204,71); }
td.TdClassName
{
border-color: #68CC47;
}
.TagClassName
{
border-color: #68CC47;
}
</style>