#6EDD3A

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

Shades of Apple #6EDD3A

Tints of Apple #6EDD3A

Color information

#6EDD3A (or 0x6EDD3A) is unknown color: approx Apple. HEX triplet: 6E, DD and 3A. RGB value is (110,221,58). Sum of RGB (Red+Green+Blue) = 110+221+58=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDD3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDD3A is #9122C5. Grayscale: #A9A9A9. Windows color (decimal): -9511622 or 3857774. OLE color: 3857774.

HSL color Cylindrical-coordinate representation of color #6EDD3A: hue angle of 100.86º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6EDD3A is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB11022158-
CMYK0.5000.740.13
HSL100.86º70.56%54.71%-
HSV(B)100.86º73.76%86.67%-
XYZ33.0555.3312.94-
YUV169.2365.2385.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.28%
GREEN value IS 221 (86.72% from 255) = 56.81%
BLUE value IS 58 (23.05% from 255) = 14.91%
R=28.28%
G=56.81%
B=14.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal110221580.5000.740.13100.8670.5654.71
Hex6EDD3A3204AD654737
Octal156335726201121514510767
Binary11011101101110111101011001001001010110111001011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EDD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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