Html Css Color HEX #7ED051 Mantis

📋 copy color: '#7ED051'

red 126 ◦ green 208 ◦ blue 81

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

Shades of Mantis #7ED051

Tints of Mantis #7ED051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.52%

R = 30.36%
G = 50.12%
B = 19.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#7ED051 (or 0x7ED051) is known color: Mantis. HEX triplet: 7E, D0 and 51. RGB value is (126,208,81). Sum of RGB (Red+Green+Blue) = 126+208+81=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED051 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED051 is #812FAE. Grayscale: #A9A9A9. Windows color (decimal): -8466351 or 5361790. OLE color: 5361790.

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

Color convert

RGB 126 208 81 -
CMYK 0.39 0 0.61 0.18
HSL 98.74º 0.57% 0.57% -
HSV(B) 98.74º 0.61% 0.82% -
XYZ 32.65 50.14 15.74 -
YUV 169 78.33 97.33 -
System Red Green Blue C M Y K H S L
Decimal 126 208 81 0.39 0 0.61 0.18 98.74 0.57 0.57
Hex 7E D0 51 27 0 3D 12 63 39 39
Octal 176 320 121 47 0 75 22 143 71 71
Binary 1111110 11010000 1010001 100111 0 111101 10010 1100011 111001 111001

Color Harmonies of #7ED051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED051

Black with #7ED051

Text Example


Text Example

White with #7ED051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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