Html Css Color HEX #7EDA82 Pastel Green

📋 copy color: '#7EDA82'

red 126 ◦ green 218 ◦ blue 130

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

Shades of Pastel Green #7EDA82

Tints of Pastel Green #7EDA82

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.99%

 BLUE value IS 130 (51.17% from 255) = 27.43%

R = 26.58%
G = 45.99%
B = 27.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#7EDA82 (or 0x7EDA82) is known color: Pastel Green. HEX triplet: 7E, DA and 82. RGB value is (126,218,130). Sum of RGB (Red+Green+Blue) = 126+218+130=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDA82 is #81257D. Grayscale: #B4B4B4. Windows color (decimal): -8463742 or 8575614. OLE color: 8575614.

HSL color Cylindrical-coordinate representation of color #7EDA82: hue angle of 122.61º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDA82 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 218 130 -
CMYK 0.42 0 0.40 0.15
HSL 122.61º 0.55% 0.67% -
HSV(B) 122.61º 0.42% 0.85% -
XYZ 37.7 56.19 29.98 -
YUV 180.46 99.52 89.16 -
System Red Green Blue C M Y K H S L
Decimal 126 218 130 0.42 0 0.40 0.15 122.61 0.55 0.67
Hex 7E DA 82 2A 0 28 F 7B 37 43
Octal 176 332 202 52 0 50 17 173 67 103
Binary 1111110 11011010 10000010 101010 0 101000 1111 1111011 110111 1000011

Color Harmonies of #7EDA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDA82

Black with #7EDA82

Text Example


Text Example

White with #7EDA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,218,130); }

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

background-color css

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

 a { background-color: rgb(126,218,130); }

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

border-color css

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

 span { border-color: rgb(126,218,130); }

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