Html Css Color HEX #7ED13C Atlantis

📋 copy color: '#7ED13C'

red 126 ◦ green 209 ◦ blue 60

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

Shades of Atlantis #7ED13C

Tints of Atlantis #7ED13C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.91%

 BLUE value IS 60 (23.83% from 255) = 15.19%

R = 31.9%
G = 52.91%
B = 15.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#7ED13C (or 0x7ED13C) is known color: Atlantis. HEX triplet: 7E, D1 and 3C. RGB value is (126,209,60). Sum of RGB (Red+Green+Blue) = 126+209+60=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 209 (82.03% from 255 or 52.91% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED13C is #812EC3. Grayscale: #A7A7A7. Windows color (decimal): -8466116 or 3985790. OLE color: 3985790.

HSL color Cylindrical-coordinate representation of color #7ED13C: hue angle of 93.42º degrees, saturation: 0.62, 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 #7ED13C is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 209 60 -
CMYK 0.40 0 0.71 0.18
HSL 93.42º 0.62% 0.53% -
HSV(B) 93.42º 0.71% 0.82% -
XYZ 32.22 50.36 12.3 -
YUV 167.2 67.5 98.62 -
System Red Green Blue C M Y K H S L
Decimal 126 209 60 0.40 0 0.71 0.18 93.42 0.62 0.53
Hex 7E D1 3C 28 0 47 12 5D 3E 35
Octal 176 321 74 50 0 107 22 135 76 65
Binary 1111110 11010001 111100 101000 0 1000111 10010 1011101 111110 110101

Color Harmonies of #7ED13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED13C

Black with #7ED13C

Text Example


Text Example

White with #7ED13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,209,60); }

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

background-color css

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

 a { background-color: rgb(126,209,60); }

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

border-color css

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

 span { border-color: rgb(126,209,60); }

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