Html Css Color HEX #7ED66A Pastel Green

📋 copy color: '#7ED66A'

red 126 ◦ green 214 ◦ blue 106

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

Shades of Pastel Green #7ED66A

Tints of Pastel Green #7ED66A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.98%

 BLUE value IS 106 (41.8% from 255) = 23.77%

R = 28.25%
G = 47.98%
B = 23.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#7ED66A (or 0x7ED66A) is known color: Pastel Green. HEX triplet: 7E, D6 and 6A. RGB value is (126,214,106). Sum of RGB (Red+Green+Blue) = 126+214+106=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED66A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED66A is #812995. Grayscale: #AFAFAF. Windows color (decimal): -8464790 or 7001726. OLE color: 7001726.

HSL color Cylindrical-coordinate representation of color #7ED66A: hue angle of 108.89º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ED66A is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 126 214 106 -
CMYK 0.41 0 0.50 0.16
HSL 108.89º 0.57% 0.63% -
HSV(B) 108.89º 0.5% 0.84% -
XYZ 35.25 53.57 22.12 -
YUV 175.38 88.85 92.78 -
System Red Green Blue C M Y K H S L
Decimal 126 214 106 0.41 0 0.50 0.16 108.89 0.57 0.63
Hex 7E D6 6A 29 0 32 10 6D 39 3F
Octal 176 326 152 51 0 62 20 155 71 77
Binary 1111110 11010110 1101010 101001 0 110010 10000 1101101 111001 111111

Color Harmonies of #7ED66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED66A

Black with #7ED66A

Text Example


Text Example

White with #7ED66A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,214,106); }

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

background-color css

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

 a { background-color: rgb(126,214,106); }

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

border-color css

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

 span { border-color: rgb(126,214,106); }

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