#6EDD2C

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

Shades of Apple #6EDD2C

Tints of Apple #6EDD2C

Color information

#6EDD2C (or 0x6EDD2C) is unknown color: approx Apple. HEX triplet: 6E, DD and 2C. RGB value is (110,221,44). Sum of RGB (Red+Green+Blue) = 110+221+44=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDD2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDD2C is #9122D3. Grayscale: #A8A8A8. Windows color (decimal): -9511636 or 2940270. OLE color: 2940270.

HSL color Cylindrical-coordinate representation of color #6EDD2C: hue angle of 97.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6EDD2C is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB11022144-
CMYK0.5000.800.13
HSL97.63º72.24%51.96%-
HSV(B)97.63º80.09%86.67%-
XYZ32.7455.2111.31-
YUV167.6358.2386.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.33%
GREEN value IS 221 (86.72% from 255) = 58.93%
BLUE value IS 44 (17.58% from 255) = 11.73%
R=29.33%
G=58.93%
B=11.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal110221440.5000.800.1397.6372.2451.96
Hex6EDD2C32050D624834
Octal156335546201201514211064
Binary11011101101110110110011001001010000110111000101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EDD2C; }

 p { color: rgb(110,221,44); }

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

<style>
 a { background-color: #6EDD2C; }

 a { background-color: rgb(110,221,44); }

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

<style>
 span { border-color: #6EDD2C; }

 span { border-color: rgb(110,221,44); }

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