Shades of Apple #68E041
Tints of Apple #68E041
RGB
CMYK
RGB Variations
Color information
#68E041 (or 0x68E041) is known color: Apple. HEX triplet: 68, E0 and 41. RGB value is (104,224,65). Sum of RGB (Red+Green+Blue) = 104+224+65=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 224 (87.89% from 255 or 57.00% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 224 - color contains mainly: green. Hex color #68E041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68E041 is #971FBE. Grayscale: #AAAAAA. Windows color (decimal): -9904063 or 4317288. OLE color: 4317288.
HSL color Cylindrical-coordinate representation of color #68E041: hue angle of 105.28º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68E041 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 224 | 65 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.12 |
| HSL | 105.28º | 0.72% | 0.57% | - |
| HSV(B) | 105.28º | 0.71% | 0.88% | - |
| XYZ | 33.32 | 56.64 | 14.18 | - |
| YUV | 169.99 | 68.74 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 224 | 65 | 0.54 | 0 | 0.71 | 0.12 | 105.28 | 0.72 | 0.57 |
| Hex | 68 | E0 | 41 | 36 | 0 | 47 | C | 69 | 48 | 39 |
| Octal | 150 | 340 | 101 | 66 | 0 | 107 | 14 | 151 | 110 | 71 |
| Binary | 1101000 | 11100000 | 1000001 | 110110 | 0 | 1000111 | 1100 | 1101001 | 1001000 | 111001 |
Color Harmonies of #68E041
Complementary color
Monochromatic Colors of #68E041
Black with #68E041
Text Example
Text Example
White with #68E041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E041; }
p { color: rgb(104,224,65); }
H1.HeaderClassName
{
color: #68E041;
}
.AnyTagClassName
{
color: #68E041;
}
</style>
background-color css
<style>
a { background-color: #68E041; }
a { background-color: rgb(104,224,65); }
div.DivClassName
{
background-color: #68E041;
}
.BgClassName
{
background-color: #68E041;
}
</style>
border-color css
<style>
span { border-color: #68E041; }
span { border-color: rgb(104,224,65); }
td.TdClassName
{
border-color: #68E041;
}
.TagClassName
{
border-color: #68E041;
}
</style>