Html Css Color HEX #7EDE6A Pastel Green

📋 copy color: '#7EDE6A'

red 126 ◦ green 222 ◦ blue 106

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

Shades of Pastel Green #7EDE6A

Tints of Pastel Green #7EDE6A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.9%

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

R = 27.75%
G = 48.9%
B = 23.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#7EDE6A (or 0x7EDE6A) is known color: Pastel Green. HEX triplet: 7E, DE and 6A. RGB value is (126,222,106). Sum of RGB (Red+Green+Blue) = 126+222+106=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDE6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDE6A is #812195. Grayscale: #B4B4B4. Windows color (decimal): -8462742 or 7003774. OLE color: 7003774.

HSL color Cylindrical-coordinate representation of color #7EDE6A: hue angle of 109.66º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7EDE6A is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 222 106 -
CMYK 0.43 0 0.52 0.13
HSL 109.66º 0.64% 0.64% -
HSV(B) 109.66º 0.52% 0.87% -
XYZ 37.33 57.72 22.81 -
YUV 180.07 86.2 89.43 -
System Red Green Blue C M Y K H S L
Decimal 126 222 106 0.43 0 0.52 0.13 109.66 0.64 0.64
Hex 7E DE 6A 2B 0 34 D 6E 40 40
Octal 176 336 152 53 0 64 15 156 100 100
Binary 1111110 11011110 1101010 101011 0 110100 1101 1101110 1000000 1000000

Color Harmonies of #7EDE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDE6A

Black with #7EDE6A

Text Example


Text Example

White with #7EDE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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