#68D52E

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

Shades of Apple #68D52E

Tints of Apple #68D52E

Color information

#68D52E (or 0x68D52E) is unknown color: approx Apple. HEX triplet: 68, D5 and 2E. RGB value is (104,213,46). Sum of RGB (Red+Green+Blue) = 104+213+46=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #68D52E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D52E is #972AD1. Grayscale: #A1A1A1. Windows color (decimal): -9906898 or 3069288. OLE color: 3069288.

HSL color Cylindrical-coordinate representation of color #68D52E: hue angle of 99.16º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68D52E is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB10421346-
CMYK0.5100.780.16
HSL99.16º66.53%50.78%-
HSV(B)99.16º78.4%83.53%-
XYZ3050.7310.8-
YUV161.3762.8987.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.65%
GREEN value IS 213 (83.59% from 255) = 58.68%
BLUE value IS 46 (18.36% from 255) = 12.67%
R=28.65%
G=58.68%
B=12.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal104213460.5100.780.1699.1666.5350.78
Hex68D52E3304E10634333
Octal150325566301162014310363
Binary110100011010101101110110011010011101000011000111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,213,46); }

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

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

 a { background-color: rgb(104,213,46); }

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

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

 span { border-color: rgb(104,213,46); }

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