Shades of Apple #68E044
Tints of Apple #68E044
RGB
CMYK
RGB Variations
Color information
#68E044 (or 0x68E044) is known color: Apple. HEX triplet: 68, E0 and 44. RGB value is (104,224,68). Sum of RGB (Red+Green+Blue) = 104+224+68=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 224 (87.89% from 255 or 56.57% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 224 - color contains mainly: green. Hex color #68E044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68E044 is #971FBB. Grayscale: #AAAAAA. Windows color (decimal): -9904060 or 4513896. OLE color: 4513896.
HSL color Cylindrical-coordinate representation of color #68E044: hue angle of 106.15º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68E044 is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 224 | 68 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.12 |
| HSL | 106.15º | 0.72% | 0.57% | - |
| HSV(B) | 106.15º | 0.7% | 0.88% | - |
| XYZ | 33.41 | 56.67 | 14.65 | - |
| YUV | 170.34 | 70.24 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 224 | 68 | 0.54 | 0 | 0.70 | 0.12 | 106.15 | 0.72 | 0.57 |
| Hex | 68 | E0 | 44 | 36 | 0 | 46 | C | 6A | 48 | 39 |
| Octal | 150 | 340 | 104 | 66 | 0 | 106 | 14 | 152 | 110 | 71 |
| Binary | 1101000 | 11100000 | 1000100 | 110110 | 0 | 1000110 | 1100 | 1101010 | 1001000 | 111001 |
Color Harmonies of #68E044
Complementary color
Monochromatic Colors of #68E044
Black with #68E044
Text Example
Text Example
White with #68E044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E044; }
p { color: rgb(104,224,68); }
H1.HeaderClassName
{
color: #68E044;
}
.AnyTagClassName
{
color: #68E044;
}
</style>
background-color css
<style>
a { background-color: #68E044; }
a { background-color: rgb(104,224,68); }
div.DivClassName
{
background-color: #68E044;
}
.BgClassName
{
background-color: #68E044;
}
</style>
border-color css
<style>
span { border-color: #68E044; }
span { border-color: rgb(104,224,68); }
td.TdClassName
{
border-color: #68E044;
}
.TagClassName
{
border-color: #68E044;
}
</style>