#7EF340

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

Shades of Atlantis #7EF340

Tints of Atlantis #7EF340

Color information

#7EF340 (or 0x7EF340) is unknown color: approx Atlantis. HEX triplet: 7E, F3 and 40. RGB value is (126,243,64). Sum of RGB (Red+Green+Blue) = 126+243+64=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 243 (95.31% from 255 or 56.12% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 243 - color contains mainly: green. Hex color #7EF340 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EF340 is #810CBF. Grayscale: #BCBCBC. Windows color (decimal): -8457408 or 4256638. OLE color: 4256638.

HSL color Cylindrical-coordinate representation of color #7EF340: hue angle of 99.22º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7EF340 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB12624364-
CMYK0.4800.740.05
HSL99.22º88.18%60.2%-
HSV(B)99.22º73.66%95.29%-
XYZ41.5868.9115.96-
YUV187.6158.2484.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.10%
GREEN value IS 243 (95.31% from 255) = 56.12%
BLUE value IS 64 (25.39% from 255) = 14.78%
R=29.10%
G=56.12%
B=14.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal126243640.4800.740.0599.2288.1860.2
Hex7EF3403004A563583c
Octal176363100600112514313074
Binary11111101111001110000001100000100101010111000111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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