#7EDD3E

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

Shades of Atlantis #7EDD3E

Tints of Atlantis #7EDD3E

Color information

#7EDD3E (or 0x7EDD3E) is unknown color: approx Atlantis. HEX triplet: 7E, DD and 3E. RGB value is (126,221,62). Sum of RGB (Red+Green+Blue) = 126+221+62=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDD3E is #8122C1. Grayscale: #AFAFAF. Windows color (decimal): -8463042 or 4119934. OLE color: 4119934.

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

Color convert

RGB12622162-
CMYK0.4300.720.13
HSL95.85º70.04%55.49%-
HSV(B)95.85º71.95%86.67%-
XYZ35.3356.513.6-
YUV174.4764.5393.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.81%
GREEN value IS 221 (86.72% from 255) = 54.03%
BLUE value IS 62 (24.61% from 255) = 15.16%
R=30.81%
G=54.03%
B=15.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal126221620.4300.720.1395.8570.0455.49
Hex7EDD3E2B048D604637
Octal176335765301101514010667
Binary11111101101110111111010101101001000110111000001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,221,62); }

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

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

 a { background-color: rgb(126,221,62); }

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

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

 span { border-color: rgb(126,221,62); }

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