Html Css Color HEX #7ED372 Pastel Green

📋 copy color: '#7ED372'

red 126 ◦ green 211 ◦ blue 114

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

Shades of Pastel Green #7ED372

Tints of Pastel Green #7ED372

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.78%

 BLUE value IS 114 (44.92% from 255) = 25.28%

R = 27.94%
G = 46.78%
B = 25.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#7ED372 (or 0x7ED372) is known color: Pastel Green. HEX triplet: 7E, D3 and 72. RGB value is (126,211,114). Sum of RGB (Red+Green+Blue) = 126+211+114=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED372 is #812C8D. Grayscale: #AEAEAE. Windows color (decimal): -8465550 or 7525246. OLE color: 7525246.

HSL color Cylindrical-coordinate representation of color #7ED372: hue angle of 112.58º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ED372 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 126 211 114 -
CMYK 0.40 0 0.46 0.17
HSL 112.58º 0.52% 0.64% -
HSV(B) 112.58º 0.46% 0.83% -
XYZ 34.94 52.24 24.16 -
YUV 174.53 93.84 93.39 -
System Red Green Blue C M Y K H S L
Decimal 126 211 114 0.40 0 0.46 0.17 112.58 0.52 0.64
Hex 7E D3 72 28 0 2E 11 71 34 40
Octal 176 323 162 50 0 56 21 161 64 100
Binary 1111110 11010011 1110010 101000 0 101110 10001 1110001 110100 1000000

Color Harmonies of #7ED372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED372

Black with #7ED372

Text Example


Text Example

White with #7ED372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,211,114); }

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

background-color css

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

 a { background-color: rgb(126,211,114); }

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

border-color css

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

 span { border-color: rgb(126,211,114); }

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