Html Css Color HEX #7ED03D Atlantis

📋 copy color: '#7ED03D'

red 126 ◦ green 208 ◦ blue 61

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

Shades of Atlantis #7ED03D

Tints of Atlantis #7ED03D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.66%

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

R = 31.9%
G = 52.66%
B = 15.44%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#7ED03D (or 0x7ED03D) is known color: Atlantis. HEX triplet: 7E, D0 and 3D. RGB value is (126,208,61). Sum of RGB (Red+Green+Blue) = 126+208+61=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED03D is #812FC2. Grayscale: #A7A7A7. Windows color (decimal): -8466371 or 4051070. OLE color: 4051070.

HSL color Cylindrical-coordinate representation of color #7ED03D: hue angle of 93.47º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7ED03D is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 208 61 -
CMYK 0.39 0 0.71 0.18
HSL 93.47º 0.61% 0.53% -
HSV(B) 93.47º 0.71% 0.82% -
XYZ 32 49.88 12.36 -
YUV 166.72 68.33 98.95 -
System Red Green Blue C M Y K H S L
Decimal 126 208 61 0.39 0 0.71 0.18 93.47 0.61 0.53
Hex 7E D0 3D 27 0 47 12 5D 3D 35
Octal 176 320 75 47 0 107 22 135 75 65
Binary 1111110 11010000 111101 100111 0 1000111 10010 1011101 111101 110101

Color Harmonies of #7ED03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED03D

Black with #7ED03D

Text Example


Text Example

White with #7ED03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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