Html Css Color HEX #7EDC74 Pastel Green

📋 copy color: '#7EDC74'

red 126 ◦ green 220 ◦ blue 116

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

Shades of Pastel Green #7EDC74

Tints of Pastel Green #7EDC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.11%

R = 27.27%
G = 47.62%
B = 25.11%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#7EDC74 (or 0x7EDC74) is known color: Pastel Green. HEX triplet: 7E, DC and 74. RGB value is (126,220,116). Sum of RGB (Red+Green+Blue) = 126+220+116=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDC74 is #81238B. Grayscale: #B4B4B4. Windows color (decimal): -8463244 or 7658622. OLE color: 7658622.

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

Color convert

RGB 126 220 116 -
CMYK 0.43 0 0.47 0.14
HSL 114.23º 0.6% 0.66% -
HSV(B) 114.23º 0.47% 0.86% -
XYZ 37.35 56.88 25.53 -
YUV 180.04 91.86 89.46 -
System Red Green Blue C M Y K H S L
Decimal 126 220 116 0.43 0 0.47 0.14 114.23 0.6 0.66
Hex 7E DC 74 2B 0 2F E 72 3C 42
Octal 176 334 164 53 0 57 16 162 74 102
Binary 1111110 11011100 1110100 101011 0 101111 1110 1110010 111100 1000010

Color Harmonies of #7EDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDC74

Black with #7EDC74

Text Example


Text Example

White with #7EDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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