#7EEB40

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

Shades of Atlantis #7EEB40

Tints of Atlantis #7EEB40

Color information

#7EEB40 (or 0x7EEB40) is unknown color: approx Atlantis. HEX triplet: 7E, EB and 40. RGB value is (126,235,64). Sum of RGB (Red+Green+Blue) = 126+235+64=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 235 (92.19% from 255 or 55.29% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEB40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EEB40 is #8114BF. Grayscale: #B7B7B7. Windows color (decimal): -8459456 or 4254590. OLE color: 4254590.

HSL color Cylindrical-coordinate representation of color #7EEB40: hue angle of 98.25º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EEB40 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB12623564-
CMYK0.4600.730.08
HSL98.25º81.04%58.63%-
HSV(B)98.25º72.77%92.16%-
XYZ39.2464.2215.18-
YUV182.9260.8987.4-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.65%
GREEN value IS 235 (92.19% from 255) = 55.29%
BLUE value IS 64 (25.39% from 255) = 15.06%
R=29.65%
G=55.29%
B=15.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal126235640.4600.730.0898.2581.0458.63
Hex7EEB402E049862513b
Octal1763531005601111014212173
Binary111111011101011100000010111001001001100011000101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,235,64); }

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

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

 a { background-color: rgb(126,235,64); }

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

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

 span { border-color: rgb(126,235,64); }

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