Html Css Color HEX #7EEA7D Pastel Green

📋 copy color: '#7EEA7D'

red 126 ◦ green 234 ◦ blue 125

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

Shades of Pastel Green #7EEA7D

Tints of Pastel Green #7EEA7D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.25%

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

R = 25.98%
G = 48.25%
B = 25.77%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#7EEA7D (or 0x7EEA7D) is known color: Pastel Green. HEX triplet: 7E, EA and 7D. RGB value is (126,234,125). Sum of RGB (Red+Green+Blue) = 126+234+125=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEA7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EEA7D is #811582. Grayscale: #BDBDBD. Windows color (decimal): -8459651 or 8252030. OLE color: 8252030.

HSL color Cylindrical-coordinate representation of color #7EEA7D: hue angle of 119.45º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EEA7D is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 234 125 -
CMYK 0.46 0 0.47 0.08
HSL 119.45º 0.72% 0.7% -
HSV(B) 119.45º 0.47% 0.92% -
XYZ 41.73 64.76 29.7 -
YUV 189.28 91.72 82.86 -
System Red Green Blue C M Y K H S L
Decimal 126 234 125 0.46 0 0.47 0.08 119.45 0.72 0.7
Hex 7E EA 7D 2E 0 2F 8 77 48 46
Octal 176 352 175 56 0 57 10 167 110 106
Binary 1111110 11101010 1111101 101110 0 101111 1000 1110111 1001000 1000110

Color Harmonies of #7EEA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EEA7D

Black with #7EEA7D

Text Example


Text Example

White with #7EEA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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