Html Css Color HEX #7ED73D Atlantis

📋 copy color: '#7ED73D'

red 126 ◦ green 215 ◦ blue 61

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

Shades of Atlantis #7ED73D

Tints of Atlantis #7ED73D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.48%

 BLUE value IS 61 (24.22% from 255) = 15.17%

R = 31.34%
G = 53.48%
B = 15.17%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#7ED73D (or 0x7ED73D) is known color: Atlantis. HEX triplet: 7E, D7 and 3D. RGB value is (126,215,61). Sum of RGB (Red+Green+Blue) = 126+215+61=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #7ED73D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED73D is #8128C2. Grayscale: #ABABAB. Windows color (decimal): -8464579 or 4052862. OLE color: 4052862.

HSL color Cylindrical-coordinate representation of color #7ED73D: hue angle of 94.68º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7ED73D is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 126 215 61 -
CMYK 0.41 0 0.72 0.16
HSL 94.68º 0.66% 0.54% -
HSV(B) 94.68º 0.72% 0.84% -
XYZ 33.75 53.37 12.94 -
YUV 170.83 66.01 96.02 -
System Red Green Blue C M Y K H S L
Decimal 126 215 61 0.41 0 0.72 0.16 94.68 0.66 0.54
Hex 7E D7 3D 29 0 48 10 5F 42 36
Octal 176 327 75 51 0 110 20 137 102 66
Binary 1111110 11010111 111101 101001 0 1001000 10000 1011111 1000010 110110

Color Harmonies of #7ED73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED73D

Black with #7ED73D

Text Example


Text Example

White with #7ED73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,215,61); }

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

background-color css

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

 a { background-color: rgb(126,215,61); }

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

border-color css

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

 span { border-color: rgb(126,215,61); }

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