Html Css Color HEX #7EDC7D Pastel Green

📋 copy color: '#7EDC7D'

red 126 ◦ green 220 ◦ blue 125

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

Shades of Pastel Green #7EDC7D

Tints of Pastel Green #7EDC7D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.71%

 BLUE value IS 125 (49.22% from 255) = 26.54%

R = 26.75%
G = 46.71%
B = 26.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#7EDC7D (or 0x7EDC7D) is known color: Pastel Green. HEX triplet: 7E, DC and 7D. RGB value is (126,220,125). Sum of RGB (Red+Green+Blue) = 126+220+125=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDC7D is #812382. Grayscale: #B5B5B5. Windows color (decimal): -8463235 or 8248446. OLE color: 8248446.

HSL color Cylindrical-coordinate representation of color #7EDC7D: hue angle of 119.37º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDC7D is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 220 125 -
CMYK 0.43 0 0.43 0.14
HSL 119.37º 0.58% 0.68% -
HSV(B) 119.37º 0.43% 0.86% -
XYZ 37.9 57.1 28.43 -
YUV 181.06 96.36 88.72 -
System Red Green Blue C M Y K H S L
Decimal 126 220 125 0.43 0 0.43 0.14 119.37 0.58 0.68
Hex 7E DC 7D 2B 0 2B E 77 3A 44
Octal 176 334 175 53 0 53 16 167 72 104
Binary 1111110 11011100 1111101 101011 0 101011 1110 1110111 111010 1000100

Color Harmonies of #7EDC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDC7D

Black with #7EDC7D

Text Example


Text Example

White with #7EDC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,220,125); }

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

background-color css

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

 a { background-color: rgb(126,220,125); }

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

border-color css

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

 span { border-color: rgb(126,220,125); }

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