Html Css Color HEX #7EE532 Atlantis

📋 copy color: '#7EE532'

red 126 ◦ green 229 ◦ blue 50

#7EE532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #7EE532

Tints of Atlantis #7EE532

RGB

 RED value IS 126 (49.61% from 255) = 31.11%

 GREEN value IS 229 (89.84% from 255) = 56.54%

 BLUE value IS 50 (19.92% from 255) = 12.35%

R = 31.11%
G = 56.54%
B = 12.35%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#7EE532 (or 0x7EE532) is known color: Atlantis. HEX triplet: 7E, E5 and 32. RGB value is (126,229,50). Sum of RGB (Red+Green+Blue) = 126+229+50=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 229 (89.84% from 255 or 56.54% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 229 - color contains mainly: green. Hex color #7EE532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EE532 is #811ACD. Grayscale: #B2B2B2. Windows color (decimal): -8461006 or 3335550. OLE color: 3335550.

HSL color Cylindrical-coordinate representation of color #7EE532: hue angle of 94.53º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7EE532 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 126 229 50 -
CMYK 0.45 0 0.78 0.10
HSL 94.53º 0.77% 0.55% -
HSV(B) 94.53º 0.78% 0.9% -
XYZ 37.2 60.7 12.77 -
YUV 177.8 55.88 91.05 -
System Red Green Blue C M Y K H S L
Decimal 126 229 50 0.45 0 0.78 0.10 94.53 0.77 0.55
Hex 7E E5 32 2D 0 4E A 5F 4D 37
Octal 176 345 62 55 0 116 12 137 115 67
Binary 1111110 11100101 110010 101101 0 1001110 1010 1011111 1001101 110111

Color Harmonies of #7EE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EE532

Black with #7EE532

Text Example


Text Example

White with #7EE532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,229,50); }

 H1.HeaderClassName
 {
   color: #7EE532;
 }
 .AnyTagClassName
 {
   color: #7EE532;
 }
</style>

background-color css

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

 a { background-color: rgb(126,229,50); }

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

border-color css

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

 span { border-color: rgb(126,229,50); }

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