Shades of Apple #68E245
Tints of Apple #68E245
RGB
CMYK
RGB Variations
Color information
#68E245 (or 0x68E245) is known color: Apple. HEX triplet: 68, E2 and 45. RGB value is (104,226,69). Sum of RGB (Red+Green+Blue) = 104+226+69=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 226 (88.67% from 255 or 56.64% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 226 - color contains mainly: green. Hex color #68E245 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68E245 is #971DBA. Grayscale: #ACACAC. Windows color (decimal): -9903547 or 4579944. OLE color: 4579944.
HSL color Cylindrical-coordinate representation of color #68E245: hue angle of 106.62º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68E245 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 226 | 69 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.11 |
| HSL | 106.62º | 0.73% | 0.58% | - |
| HSV(B) | 106.62º | 0.69% | 0.89% | - |
| XYZ | 33.98 | 57.77 | 14.99 | - |
| YUV | 171.62 | 70.08 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 226 | 69 | 0.54 | 0 | 0.69 | 0.11 | 106.62 | 0.73 | 0.58 |
| Hex | 68 | E2 | 45 | 36 | 0 | 45 | B | 6B | 49 | 3A |
| Octal | 150 | 342 | 105 | 66 | 0 | 105 | 13 | 153 | 111 | 72 |
| Binary | 1101000 | 11100010 | 1000101 | 110110 | 0 | 1000101 | 1011 | 1101011 | 1001001 | 111010 |
Color Harmonies of #68E245
Complementary color
Monochromatic Colors of #68E245
Black with #68E245
Text Example
Text Example
White with #68E245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E245; }
p { color: rgb(104,226,69); }
H1.HeaderClassName
{
color: #68E245;
}
.AnyTagClassName
{
color: #68E245;
}
</style>
background-color css
<style>
a { background-color: #68E245; }
a { background-color: rgb(104,226,69); }
div.DivClassName
{
background-color: #68E245;
}
.BgClassName
{
background-color: #68E245;
}
</style>
border-color css
<style>
span { border-color: #68E245; }
span { border-color: rgb(104,226,69); }
td.TdClassName
{
border-color: #68E245;
}
.TagClassName
{
border-color: #68E245;
}
</style>