Html Css Color HEX #7EEA31 Atlantis

📋 copy color: '#7EEA31'

red 126 ◦ green 234 ◦ blue 49

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

Shades of Atlantis #7EEA31

Tints of Atlantis #7EEA31

RGB

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

 GREEN value IS 234 (91.8% from 255) = 57.21%

 BLUE value IS 49 (19.53% from 255) = 11.98%

R = 30.81%
G = 57.21%
B = 11.98%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#7EEA31 (or 0x7EEA31) is known color: Atlantis. HEX triplet: 7E, EA and 31. RGB value is (126,234,49). Sum of RGB (Red+Green+Blue) = 126+234+49=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 234 (91.80% from 255 or 57.21% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEA31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EEA31 is #8115CE. Grayscale: #B5B5B5. Windows color (decimal): -8459727 or 3271294. OLE color: 3271294.

HSL color Cylindrical-coordinate representation of color #7EEA31: hue angle of 95.03º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7EEA31 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 234 49 -
CMYK 0.46 0 0.79 0.08
HSL 95.03º 0.81% 0.55% -
HSV(B) 95.03º 0.79% 0.92% -
XYZ 38.58 63.5 13.13 -
YUV 180.62 53.72 89.04 -
System Red Green Blue C M Y K H S L
Decimal 126 234 49 0.46 0 0.79 0.08 95.03 0.81 0.55
Hex 7E EA 31 2E 0 4F 8 5F 51 37
Octal 176 352 61 56 0 117 10 137 121 67
Binary 1111110 11101010 110001 101110 0 1001111 1000 1011111 1010001 110111

Color Harmonies of #7EEA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEA31

Black with #7EEA31

Text Example


Text Example

White with #7EEA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,234,49); }

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

background-color css

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

 a { background-color: rgb(126,234,49); }

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

border-color css

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

 span { border-color: rgb(126,234,49); }

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