#68E146

Color #68E146 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #68E146

Tints of Apple #68E146

Color information

#68E146 (or 0x68E146) is unknown color: approx Apple. HEX triplet: 68, E1 and 46. RGB value is (104,225,70). Sum of RGB (Red+Green+Blue) = 104+225+70=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 225 (88.28% from 255 or 56.39% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 225 - color contains mainly: green. Hex color #68E146 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68E146 is #971EB9. Grayscale: #ABABAB. Windows color (decimal): -9903802 or 4645224. OLE color: 4645224.

HSL color Cylindrical-coordinate representation of color #68E146: hue angle of 106.84º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68E146 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB10422570-
CMYK0.5400.690.12
HSL106.84º72.09%57.84%-
HSV(B)106.84º68.89%88.24%-
XYZ33.7457.2415.06-
YUV171.1570.9180.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 26.07%
GREEN value IS 225 (88.28% from 255) = 56.39%
BLUE value IS 70 (27.73% from 255) = 17.54%
R=26.07%
G=56.39%
B=17.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal104225700.5400.690.12106.8472.0957.84
Hex68E14636045C6b483a
Octal1503411066601051415311072
Binary110100011100001100011011011001000101110011010111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68E146; }

 p { color: rgb(104,225,70); }

 H1.HeaderClassName
 {
   color: #68E146;
 }
 .AnyTagClassName
 {
   color: #68E146;
 }
</style>
background-color css

<style>
 a { background-color: #68E146; }

 a { background-color: rgb(104,225,70); }

 div.DivClassName
 {
   background-color: #68E146;
 }
 .BgClassName
 {
   background-color: #68E146;
 }
</style>
border-color css

<style>
 span { border-color: #68E146; }

 span { border-color: rgb(104,225,70); }

 td.TdClassName
 {
   border-color: #68E146;
 }
 .TagClassName
 {
   border-color: #68E146;
 }
</style>