#7EDC3F

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

Shades of Atlantis #7EDC3F

Tints of Atlantis #7EDC3F

Color information

#7EDC3F (or 0x7EDC3F) is unknown color: approx Atlantis. HEX triplet: 7E, DC and 3F. RGB value is (126,220,63). Sum of RGB (Red+Green+Blue) = 126+220+63=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDC3F is #8123C0. Grayscale: #AEAEAE. Windows color (decimal): -8463297 or 4185214. OLE color: 4185214.

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

Color convert

RGB12622063-
CMYK0.4300.710.14
HSL95.92º69.16%55.49%-
HSV(B)95.92º71.36%86.27%-
XYZ35.0955.9813.66-
YUV17465.3693.77-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.81%
GREEN value IS 220 (86.33% from 255) = 53.79%
BLUE value IS 63 (25% from 255) = 15.40%
R=30.81%
G=53.79%
B=15.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal126220630.4300.710.1495.9269.1655.49
Hex7EDC3F2B047E604537
Octal176334775301071614010567
Binary11111101101110011111110101101000111111011000001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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