Html Css Color HEX #7EE534 Atlantis

📋 copy color: '#7EE534'

red 126 ◦ green 229 ◦ blue 52

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

Shades of Atlantis #7EE534

Tints of Atlantis #7EE534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.78%

R = 30.96%
G = 56.27%
B = 12.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#7EE534 (or 0x7EE534) is known color: Atlantis. HEX triplet: 7E, E5 and 34. RGB value is (126,229,52). Sum of RGB (Red+Green+Blue) = 126+229+52=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 229 (89.84% from 255 or 56.27% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 229 - color contains mainly: green. Hex color #7EE534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EE534 is #811ACB. Grayscale: #B2B2B2. Windows color (decimal): -8461004 or 3466622. OLE color: 3466622.

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

Color convert

RGB 126 229 52 -
CMYK 0.45 0 0.77 0.10
HSL 94.92º 0.77% 0.55% -
HSV(B) 94.92º 0.77% 0.9% -
XYZ 37.24 60.72 13.01 -
YUV 178.03 56.88 90.89 -
System Red Green Blue C M Y K H S L
Decimal 126 229 52 0.45 0 0.77 0.10 94.92 0.77 0.55
Hex 7E E5 34 2D 0 4D A 5F 4D 37
Octal 176 345 64 55 0 115 12 137 115 67
Binary 1111110 11100101 110100 101101 0 1001101 1010 1011111 1001101 110111

Color Harmonies of #7EE534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EE534

Black with #7EE534

Text Example


Text Example

White with #7EE534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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