#7EEF44

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

Shades of Atlantis #7EEF44

Tints of Atlantis #7EEF44

Color information

#7EEF44 (or 0x7EEF44) is unknown color: approx Atlantis. HEX triplet: 7E, EF and 44. RGB value is (126,239,68). Sum of RGB (Red+Green+Blue) = 126+239+68=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 239 (93.75% from 255 or 55.20% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 239 - color contains mainly: green. Hex color #7EEF44 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EEF44 is #8110BB. Grayscale: #BABABA. Windows color (decimal): -8458428 or 4517758. OLE color: 4517758.

HSL color Cylindrical-coordinate representation of color #7EEF44: hue angle of 99.65º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7EEF44 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB12623968-
CMYK0.4700.720.06
HSL99.65º84.24%60.2%-
HSV(B)99.65º71.55%93.73%-
XYZ40.5166.5916.19-
YUV185.7261.5685.4-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.10%
GREEN value IS 239 (93.75% from 255) = 55.20%
BLUE value IS 68 (26.95% from 255) = 15.70%
R=29.10%
G=55.20%
B=15.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal126239680.4700.720.0699.6584.2460.2
Hex7EEF442F048664543c
Octal176357104570110614412474
Binary11111101110111110001001011110100100011011001001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,239,68); }

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

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

 a { background-color: rgb(126,239,68); }

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

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

 span { border-color: rgb(126,239,68); }

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