#7EE334

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

Shades of Atlantis #7EE334

Tints of Atlantis #7EE334

Color information

#7EE334 (or 0x7EE334) is unknown color: approx Atlantis. HEX triplet: 7E, E3 and 34. RGB value is (126,227,52). Sum of RGB (Red+Green+Blue) = 126+227+52=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 227 (89.06% from 255 or 56.05% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 227 - color contains mainly: green. Hex color #7EE334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EE334 is #811CCB. Grayscale: #B1B1B1. Windows color (decimal): -8461516 or 3466110. OLE color: 3466110.

HSL color Cylindrical-coordinate representation of color #7EE334: hue angle of 94.63º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7EE334 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB12622752-
CMYK0.4400.770.11
HSL94.63º75.76%54.71%-
HSV(B)94.63º77.09%89.02%-
XYZ36.6959.6212.82-
YUV176.8557.5491.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.11%
GREEN value IS 227 (89.06% from 255) = 56.05%
BLUE value IS 52 (20.70% from 255) = 12.84%
R=31.11%
G=56.05%
B=12.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal126227520.4400.770.1194.6375.7654.71
Hex7EE3342C04DB5f4c37
Octal176343645401151313711467
Binary11111101110001111010010110001001101101110111111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,227,52); }

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

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

 a { background-color: rgb(126,227,52); }

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

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

 span { border-color: rgb(126,227,52); }

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