Html Css Color HEX #7ED056 Mantis

📋 copy color: '#7ED056'

red 126 ◦ green 208 ◦ blue 86

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

Shades of Mantis #7ED056

Tints of Mantis #7ED056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.48%

R = 30%
G = 49.52%
B = 20.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#7ED056 (or 0x7ED056) is known color: Mantis. HEX triplet: 7E, D0 and 56. RGB value is (126,208,86). Sum of RGB (Red+Green+Blue) = 126+208+86=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED056 is #812FA9. Grayscale: #A9A9A9. Windows color (decimal): -8466346 or 5689470. OLE color: 5689470.

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

Color convert

RGB 126 208 86 -
CMYK 0.39 0 0.59 0.18
HSL 100.33º 0.56% 0.58% -
HSV(B) 100.33º 0.59% 0.82% -
XYZ 32.84 50.22 16.77 -
YUV 169.57 80.83 96.92 -
System Red Green Blue C M Y K H S L
Decimal 126 208 86 0.39 0 0.59 0.18 100.33 0.56 0.58
Hex 7E D0 56 27 0 3B 12 64 38 3A
Octal 176 320 126 47 0 73 22 144 70 72
Binary 1111110 11010000 1010110 100111 0 111011 10010 1100100 111000 111010

Color Harmonies of #7ED056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED056

Black with #7ED056

Text Example


Text Example

White with #7ED056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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