Html Css Color HEX #7ED06A Mantis

📋 copy color: '#7ED06A'

red 126 ◦ green 208 ◦ blue 106

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

Shades of Mantis #7ED06A

Tints of Mantis #7ED06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.09%

R = 28.64%
G = 47.27%
B = 24.09%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#7ED06A (or 0x7ED06A) is known color: Mantis. HEX triplet: 7E, D0 and 6A. RGB value is (126,208,106). Sum of RGB (Red+Green+Blue) = 126+208+106=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED06A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED06A is #812F95. Grayscale: #ACACAC. Windows color (decimal): -8466326 or 7000190. OLE color: 7000190.

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

Color convert

RGB 126 208 106 -
CMYK 0.39 0 0.49 0.18
HSL 108.24º 0.52% 0.62% -
HSV(B) 108.24º 0.49% 0.82% -
XYZ 33.76 50.59 21.62 -
YUV 171.85 90.83 95.29 -
System Red Green Blue C M Y K H S L
Decimal 126 208 106 0.39 0 0.49 0.18 108.24 0.52 0.62
Hex 7E D0 6A 27 0 31 12 6C 34 3E
Octal 176 320 152 47 0 61 22 154 64 76
Binary 1111110 11010000 1101010 100111 0 110001 10010 1101100 110100 111110

Color Harmonies of #7ED06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED06A

Black with #7ED06A

Text Example


Text Example

White with #7ED06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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