#7EE842

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

Shades of Atlantis #7EE842

Tints of Atlantis #7EE842

Color information

#7EE842 (or 0x7EE842) is unknown color: approx Atlantis. HEX triplet: 7E, E8 and 42. RGB value is (126,232,66). Sum of RGB (Red+Green+Blue) = 126+232+66=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 232 (91.02% from 255 or 54.72% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 232 - color contains mainly: green. Hex color #7EE842 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EE842 is #8117BD. Grayscale: #B5B5B5. Windows color (decimal): -8460222 or 4384894. OLE color: 4384894.

HSL color Cylindrical-coordinate representation of color #7EE842: hue angle of 98.31º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7EE842 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB12623266-
CMYK0.4600.720.09
HSL98.31º78.3%58.43%-
HSV(B)98.31º71.55%90.98%-
XYZ38.4462.5415.2-
YUV181.3862.8888.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.72%
GREEN value IS 232 (91.02% from 255) = 54.72%
BLUE value IS 66 (26.17% from 255) = 15.57%
R=29.72%
G=54.72%
B=15.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal126232660.4600.720.0998.3178.358.43
Hex7EE8422E0489624e3a
Octal1763501025601101114211672
Binary111111011101000100001010111001001000100111000101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,232,66); }

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

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

 a { background-color: rgb(126,232,66); }

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

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

 span { border-color: rgb(126,232,66); }

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