#68DC49

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

Shades of Apple #68DC49

Tints of Apple #68DC49

Color information

#68DC49 (or 0x68DC49) is unknown color: approx Apple. HEX triplet: 68, DC and 49. RGB value is (104,220,73). Sum of RGB (Red+Green+Blue) = 104+220+73=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DC49 is #9723B6. Grayscale: #A9A9A9. Windows color (decimal): -9905079 or 4840552. OLE color: 4840552.

HSL color Cylindrical-coordinate representation of color #68DC49: hue angle of 107.35º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68DC49 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB10422073-
CMYK0.5300.670.14
HSL107.35º67.74%57.45%-
HSV(B)107.35º66.82%86.27%-
XYZ32.554.6115.13-
YUV168.5674.0781.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 220 (86.33% from 255) = 55.42%
BLUE value IS 73 (28.91% from 255) = 18.39%
R=26.20%
G=55.42%
B=18.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal104220730.5300.670.14107.3567.7457.45
Hex68DC4935043E6b4439
Octal1503341116501031615310471
Binary110100011011100100100111010101000011111011010111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,220,73); }

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

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

 a { background-color: rgb(104,220,73); }

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

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

 span { border-color: rgb(104,220,73); }

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