#7eda3b

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

Shades of Atlantis #7EDA3B

Tints of Atlantis #7EDA3B

Color information

#7EDA3B (or 0x7EDA3B) is unknown color: approx Atlantis. HEX triplet: 7E, DA and 3B. RGB value is (126,218,59). Sum of RGB (Red+Green+Blue) = 126+218+59=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 218 (85.55% from 255 or 54.09% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDA3B is #8125C4. Grayscale: #ACACAC. Windows color (decimal): -8463813 or 3922558. OLE color: 3922558.

HSL color Cylindrical-coordinate representation of color #7EDA3B: hue angle of 94.72º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EDA3B is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB12621859-
CMYK0.4200.730.15
HSL94.72º68.24%54.31%-
HSV(B)94.72º72.94%85.49%-
XYZ34.4754.8912.92-
YUV172.3764.0294.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.27%
GREEN value IS 218 (85.55% from 255) = 54.09%
BLUE value IS 59 (23.44% from 255) = 14.64%
R=31.27%
G=54.09%
B=14.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal126218590.4200.730.1594.7268.2454.31
Hex7EDA3B2A049F5f4436
Octal176332735201111713710466
Binary11111101101101011101110101001001001111110111111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7eda3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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