Html Css Color HEX #7ED93A Atlantis

📋 copy color: '#7ED93A'

red 126 ◦ green 217 ◦ blue 58

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

Shades of Atlantis #7ED93A

Tints of Atlantis #7ED93A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 54.11%

 BLUE value IS 58 (23.05% from 255) = 14.46%

R = 31.42%
G = 54.11%
B = 14.46%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#7ED93A (or 0x7ED93A) is known color: Atlantis. HEX triplet: 7E, D9 and 3A. RGB value is (126,217,58). Sum of RGB (Red+Green+Blue) = 126+217+58=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED93A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED93A is #8126C5. Grayscale: #ACACAC. Windows color (decimal): -8464070 or 3856766. OLE color: 3856766.

HSL color Cylindrical-coordinate representation of color #7ED93A: hue angle of 94.34º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7ED93A is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 217 58 -
CMYK 0.42 0 0.73 0.15
HSL 94.34º 0.68% 0.54% -
HSV(B) 94.34º 0.73% 0.85% -
XYZ 34.18 54.37 12.7 -
YUV 171.67 63.85 95.43 -
System Red Green Blue C M Y K H S L
Decimal 126 217 58 0.42 0 0.73 0.15 94.34 0.68 0.54
Hex 7E D9 3A 2A 0 49 F 5E 44 36
Octal 176 331 72 52 0 111 17 136 104 66
Binary 1111110 11011001 111010 101010 0 1001001 1111 1011110 1000100 110110

Color Harmonies of #7ED93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED93A

Black with #7ED93A

Text Example


Text Example

White with #7ED93A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,217,58); }

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

background-color css

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

 a { background-color: rgb(126,217,58); }

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

border-color css

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

 span { border-color: rgb(126,217,58); }

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