Html Css Color HEX #7ED042 Mantis

📋 copy color: '#7ED042'

red 126 ◦ green 208 ◦ blue 66

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

Shades of Mantis #7ED042

Tints of Mantis #7ED042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.5%

R = 31.5%
G = 52%
B = 16.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#7ED042 (or 0x7ED042) is known color: Mantis. HEX triplet: 7E, D0 and 42. RGB value is (126,208,66). Sum of RGB (Red+Green+Blue) = 126+208+66=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED042 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED042 is #812FBD. Grayscale: #A7A7A7. Windows color (decimal): -8466366 or 4378750. OLE color: 4378750.

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

Color convert

RGB 126 208 66 -
CMYK 0.39 0 0.68 0.18
HSL 94.65º 0.6% 0.54% -
HSV(B) 94.65º 0.68% 0.82% -
XYZ 32.14 49.94 13.1 -
YUV 167.29 70.83 98.55 -
System Red Green Blue C M Y K H S L
Decimal 126 208 66 0.39 0 0.68 0.18 94.65 0.6 0.54
Hex 7E D0 42 27 0 44 12 5F 3C 36
Octal 176 320 102 47 0 104 22 137 74 66
Binary 1111110 11010000 1000010 100111 0 1000100 10010 1011111 111100 110110

Color Harmonies of #7ED042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED042

Black with #7ED042

Text Example


Text Example

White with #7ED042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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