Html Css Color HEX #7EE072 Pastel Green

📋 copy color: '#7EE072'

red 126 ◦ green 224 ◦ blue 114

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

Shades of Pastel Green #7EE072

Tints of Pastel Green #7EE072

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.28%

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

R = 27.16%
G = 48.28%
B = 24.57%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#7EE072 (or 0x7EE072) is known color: Pastel Green. HEX triplet: 7E, E0 and 72. RGB value is (126,224,114). Sum of RGB (Red+Green+Blue) = 126+224+114=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EE072 is #811F8D. Grayscale: #B6B6B6. Windows color (decimal): -8462222 or 7528574. OLE color: 7528574.

HSL color Cylindrical-coordinate representation of color #7EE072: hue angle of 113.45º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EE072 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 126 224 114 -
CMYK 0.44 0 0.49 0.12
HSL 113.45º 0.64% 0.66% -
HSV(B) 113.45º 0.49% 0.88% -
XYZ 38.3 58.96 25.28 -
YUV 182.16 89.53 87.94 -
System Red Green Blue C M Y K H S L
Decimal 126 224 114 0.44 0 0.49 0.12 113.45 0.64 0.66
Hex 7E E0 72 2C 0 31 C 71 40 42
Octal 176 340 162 54 0 61 14 161 100 102
Binary 1111110 11100000 1110010 101100 0 110001 1100 1110001 1000000 1000010

Color Harmonies of #7EE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EE072

Black with #7EE072

Text Example


Text Example

White with #7EE072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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