Html Css Color HEX #7ED148 Mantis

📋 copy color: '#7ED148'

red 126 ◦ green 209 ◦ blue 72

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

Shades of Mantis #7ED148

Tints of Mantis #7ED148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.69%

R = 30.96%
G = 51.35%
B = 17.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#7ED148 (or 0x7ED148) is known color: Mantis. HEX triplet: 7E, D1 and 48. RGB value is (126,209,72). Sum of RGB (Red+Green+Blue) = 126+209+72=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED148 is #812EB7. Grayscale: #A9A9A9. Windows color (decimal): -8466104 or 4772222. OLE color: 4772222.

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

Color convert

RGB 126 209 72 -
CMYK 0.40 0 0.66 0.18
HSL 96.35º 0.6% 0.55% -
HSV(B) 96.35º 0.66% 0.82% -
XYZ 32.57 50.5 14.16 -
YUV 168.57 73.5 97.64 -
System Red Green Blue C M Y K H S L
Decimal 126 209 72 0.40 0 0.66 0.18 96.35 0.6 0.55
Hex 7E D1 48 28 0 42 12 60 3C 37
Octal 176 321 110 50 0 102 22 140 74 67
Binary 1111110 11010001 1001000 101000 0 1000010 10010 1100000 111100 110111

Color Harmonies of #7ED148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED148

Black with #7ED148

Text Example


Text Example

White with #7ED148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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