#7EDC3B

Color #7EDC3B Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #7EDC3B

Tints of Atlantis #7EDC3B

Color information

#7EDC3B (or 0x7EDC3B) is unknown color: approx Atlantis. HEX triplet: 7E, DC and 3B. RGB value is (126,220,59). Sum of RGB (Red+Green+Blue) = 126+220+59=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 59 (23.44% from 255 or 14.57% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDC3B is #8123C4. Grayscale: #AEAEAE. Windows color (decimal): -8463301 or 3923070. OLE color: 3923070.

HSL color Cylindrical-coordinate representation of color #7EDC3B: hue angle of 95.03º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EDC3B is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB12622059-
CMYK0.4300.730.14
HSL95.03º69.7%54.71%-
HSV(B)95.03º73.18%86.27%-
XYZ34.9955.9413.09-
YUV173.5463.3694.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.11%
GREEN value IS 220 (86.33% from 255) = 54.32%
BLUE value IS 59 (23.44% from 255) = 14.57%
R=31.11%
G=54.32%
B=14.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal126220590.4300.730.1495.0369.754.71
Hex7EDC3B2B049E5f4637
Octal176334735301111613710667
Binary11111101101110011101110101101001001111010111111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EDC3B; }

 p { color: rgb(126,220,59); }

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

<style>
 a { background-color: #7EDC3B; }

 a { background-color: rgb(126,220,59); }

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

<style>
 span { border-color: #7EDC3B; }

 span { border-color: rgb(126,220,59); }

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