Html Css Color HEX #7ED072 Pastel Green

📋 copy color: '#7ED072'

red 126 ◦ green 208 ◦ blue 114

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

Shades of Pastel Green #7ED072

Tints of Pastel Green #7ED072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.43%

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

R = 28.13%
G = 46.43%
B = 25.45%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#7ED072 (or 0x7ED072) is known color: Pastel Green. HEX triplet: 7E, D0 and 72. RGB value is (126,208,114). Sum of RGB (Red+Green+Blue) = 126+208+114=448 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.12% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED072 is #812F8D. Grayscale: #ADADAD. Windows color (decimal): -8466318 or 7524478. OLE color: 7524478.

HSL color Cylindrical-coordinate representation of color #7ED072: hue angle of 112.34º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ED072 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 208 114 -
CMYK 0.39 0 0.45 0.18
HSL 112.34º 0.5% 0.63% -
HSV(B) 112.34º 0.45% 0.82% -
XYZ 34.2 50.76 23.92 -
YUV 172.77 94.83 94.64 -
System Red Green Blue C M Y K H S L
Decimal 126 208 114 0.39 0 0.45 0.18 112.34 0.5 0.63
Hex 7E D0 72 27 0 2D 12 70 32 3F
Octal 176 320 162 47 0 55 22 160 62 77
Binary 1111110 11010000 1110010 100111 0 101101 10010 1110000 110010 111111

Color Harmonies of #7ED072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED072

Black with #7ED072

Text Example


Text Example

White with #7ED072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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