Html Css Color HEX #7EED7D Pastel Green

📋 copy color: '#7EED7D'

red 126 ◦ green 237 ◦ blue 125

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

Shades of Pastel Green #7EED7D

Tints of Pastel Green #7EED7D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.57%

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

R = 25.82%
G = 48.57%
B = 25.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#7EED7D (or 0x7EED7D) is known color: Pastel Green. HEX triplet: 7E, ED and 7D. RGB value is (126,237,125). Sum of RGB (Red+Green+Blue) = 126+237+125=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #7EED7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EED7D is #811282. Grayscale: #BFBFBF. Windows color (decimal): -8458883 or 8252798. OLE color: 8252798.

HSL color Cylindrical-coordinate representation of color #7EED7D: hue angle of 119.46º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EED7D is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 237 125 -
CMYK 0.47 0 0.47 0.07
HSL 119.46º 0.76% 0.71% -
HSV(B) 119.46º 0.47% 0.93% -
XYZ 42.59 66.48 29.99 -
YUV 191.04 90.73 81.61 -
System Red Green Blue C M Y K H S L
Decimal 126 237 125 0.47 0 0.47 0.07 119.46 0.76 0.71
Hex 7E ED 7D 2F 0 2F 7 77 4C 47
Octal 176 355 175 57 0 57 7 167 114 107
Binary 1111110 11101101 1111101 101111 0 101111 111 1110111 1001100 1000111

Color Harmonies of #7EED7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EED7D

Black with #7EED7D

Text Example


Text Example

White with #7EED7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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