#7EF142

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

Shades of Atlantis #7EF142

Tints of Atlantis #7EF142

Color information

#7EF142 (or 0x7EF142) is unknown color: approx Atlantis. HEX triplet: 7E, F1 and 42. RGB value is (126,241,66). Sum of RGB (Red+Green+Blue) = 126+241+66=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 241 (94.53% from 255 or 55.66% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 241 - color contains mainly: green. Hex color #7EF142 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EF142 is #810EBD. Grayscale: #BBBBBB. Windows color (decimal): -8457918 or 4387198. OLE color: 4387198.

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

Color convert

RGB12624166-
CMYK0.4800.730.05
HSL99.43º86.21%60.2%-
HSV(B)99.43º72.61%94.51%-
XYZ41.0467.7416.07-
YUV186.6659.984.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.10%
GREEN value IS 241 (94.53% from 255) = 55.66%
BLUE value IS 66 (26.17% from 255) = 15.24%
R=29.10%
G=55.66%
B=15.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal126241660.4800.730.0599.4386.2160.2
Hex7EF14230049563563c
Octal176361102600111514312674
Binary11111101111000110000101100000100100110111000111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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