Shades of Apple #68CC44
Tints of Apple #68CC44
RGB
CMYK
RGB Variations
Color information
#68CC44 (or 0x68CC44) is known color: Apple. HEX triplet: 68, CC and 44. RGB value is (104,204,68). Sum of RGB (Red+Green+Blue) = 104+204+68=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CC44 is #9733BB. Grayscale: #9F9F9F. Windows color (decimal): -9909180 or 4508776. OLE color: 4508776.
HSL color Cylindrical-coordinate representation of color #68CC44: hue angle of 104.12º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68CC44 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 68 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.2 |
| HSL | 104.12º | 0.57% | 0.53% | - |
| HSV(B) | 104.12º | 0.67% | 0.8% | - |
| XYZ | 28.35 | 46.55 | 12.96 | - |
| YUV | 158.6 | 76.87 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 68 | 0.49 | 0 | 0.67 | 0.2 | 104.12 | 0.57 | 0.53 |
| Hex | 68 | CC | 44 | 31 | 0 | 43 | 14 | 68 | 39 | 35 |
| Octal | 150 | 314 | 104 | 61 | 0 | 103 | 24 | 150 | 71 | 65 |
| Binary | 1101000 | 11001100 | 1000100 | 110001 | 0 | 1000011 | 10100 | 1101000 | 111001 | 110101 |
Color Harmonies of #68CC44
Complementary color
Monochromatic Colors of #68CC44
Black with #68CC44
Text Example
Text Example
White with #68CC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CC44; }
p { color: rgb(104,204,68); }
H1.HeaderClassName
{
color: #68CC44;
}
.AnyTagClassName
{
color: #68CC44;
}
</style>
background-color css
<style>
a { background-color: #68CC44; }
a { background-color: rgb(104,204,68); }
div.DivClassName
{
background-color: #68CC44;
}
.BgClassName
{
background-color: #68CC44;
}
</style>
border-color css
<style>
span { border-color: #68CC44; }
span { border-color: rgb(104,204,68); }
td.TdClassName
{
border-color: #68CC44;
}
.TagClassName
{
border-color: #68CC44;
}
</style>