#68E534

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

Shades of Apple #68E534

Tints of Apple #68E534

Color information

#68E534 (or 0x68E534) is unknown color: approx Apple. HEX triplet: 68, E5 and 34. RGB value is (104,229,52). Sum of RGB (Red+Green+Blue) = 104+229+52=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 229 (89.84% from 255 or 59.48% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 229 - color contains mainly: green. Hex color #68E534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68E534 is #971ACB. Grayscale: #ACACAC. Windows color (decimal): -9902796 or 3466600. OLE color: 3466600.

HSL color Cylindrical-coordinate representation of color #68E534: hue angle of 102.37º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68E534 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB10422952-
CMYK0.5500.770.10
HSL102.37º77.29%55.1%-
HSV(B)102.37º77.29%89.8%-
XYZ34.3559.2312.87-
YUV171.4560.5979.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.01%
GREEN value IS 229 (89.84% from 255) = 59.48%
BLUE value IS 52 (20.70% from 255) = 13.51%
R=27.01%
G=59.48%
B=13.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal104229520.5500.770.10102.3777.2955.1
Hex68E5343704DA664d37
Octal150345646701151214611567
Binary11010001110010111010011011101001101101011001101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,229,52); }

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

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

 a { background-color: rgb(104,229,52); }

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

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

 span { border-color: rgb(104,229,52); }

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