Html Css Color HEX #7EDD48 Mantis

📋 copy color: '#7EDD48'

red 126 ◦ green 221 ◦ blue 72

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

Shades of Mantis #7EDD48

Tints of Mantis #7EDD48

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.74%

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

R = 30.07%
G = 52.74%
B = 17.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#7EDD48 (or 0x7EDD48) is known color: Mantis. HEX triplet: 7E, DD and 48. RGB value is (126,221,72). Sum of RGB (Red+Green+Blue) = 126+221+72=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDD48 is #8122B7. Grayscale: #B0B0B0. Windows color (decimal): -8463032 or 4775294. OLE color: 4775294.

HSL color Cylindrical-coordinate representation of color #7EDD48: hue angle of 98.26º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7EDD48 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 221 72 -
CMYK 0.43 0 0.67 0.13
HSL 98.26º 0.69% 0.57% -
HSV(B) 98.26º 0.67% 0.87% -
XYZ 35.63 56.62 15.18 -
YUV 175.61 69.53 92.62 -
System Red Green Blue C M Y K H S L
Decimal 126 221 72 0.43 0 0.67 0.13 98.26 0.69 0.57
Hex 7E DD 48 2B 0 43 D 62 45 39
Octal 176 335 110 53 0 103 15 142 105 71
Binary 1111110 11011101 1001000 101011 0 1000011 1101 1100010 1000101 111001

Color Harmonies of #7EDD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDD48

Black with #7EDD48

Text Example


Text Example

White with #7EDD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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