Html Css Color HEX #7ED874 Pastel Green

📋 copy color: '#7ED874'

red 126 ◦ green 216 ◦ blue 116

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

Shades of Pastel Green #7ED874

Tints of Pastel Green #7ED874

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.16%

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

R = 27.51%
G = 47.16%
B = 25.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#7ED874 (or 0x7ED874) is known color: Pastel Green. HEX triplet: 7E, D8 and 74. RGB value is (126,216,116). Sum of RGB (Red+Green+Blue) = 126+216+116=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED874 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED874 is #81278B. Grayscale: #B2B2B2. Windows color (decimal): -8464268 or 7657598. OLE color: 7657598.

HSL color Cylindrical-coordinate representation of color #7ED874: hue angle of 114º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ED874 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 216 116 -
CMYK 0.42 0 0.46 0.15
HSL 114º 0.56% 0.65% -
HSV(B) 114º 0.46% 0.85% -
XYZ 36.31 54.81 25.19 -
YUV 177.69 93.18 91.13 -
System Red Green Blue C M Y K H S L
Decimal 126 216 116 0.42 0 0.46 0.15 114 0.56 0.65
Hex 7E D8 74 2A 0 2E F 72 38 41
Octal 176 330 164 52 0 56 17 162 70 101
Binary 1111110 11011000 1110100 101010 0 101110 1111 1110010 111000 1000001

Color Harmonies of #7ED874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED874

Black with #7ED874

Text Example


Text Example

White with #7ED874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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