Html Css Color HEX #7ED96E Pastel Green

📋 copy color: '#7ED96E'

red 126 ◦ green 217 ◦ blue 110

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

Shades of Pastel Green #7ED96E

Tints of Pastel Green #7ED96E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.9%

 BLUE value IS 110 (43.36% from 255) = 24.28%

R = 27.81%
G = 47.9%
B = 24.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#7ED96E (or 0x7ED96E) is known color: Pastel Green. HEX triplet: 7E, D9 and 6E. RGB value is (126,217,110). Sum of RGB (Red+Green+Blue) = 126+217+110=453 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.81% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED96E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED96E is #812691. Grayscale: #B1B1B1. Windows color (decimal): -8464018 or 7264638. OLE color: 7264638.

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

Color convert

RGB 126 217 110 -
CMYK 0.42 0 0.49 0.15
HSL 111.03º 0.58% 0.64% -
HSV(B) 111.03º 0.49% 0.85% -
XYZ 36.23 55.19 23.49 -
YUV 177.59 89.85 91.2 -
System Red Green Blue C M Y K H S L
Decimal 126 217 110 0.42 0 0.49 0.15 111.03 0.58 0.64
Hex 7E D9 6E 2A 0 31 F 6F 3A 40
Octal 176 331 156 52 0 61 17 157 72 100
Binary 1111110 11011001 1101110 101010 0 110001 1111 1101111 111010 1000000

Color Harmonies of #7ED96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED96E

Black with #7ED96E

Text Example


Text Example

White with #7ED96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,217,110); }

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

background-color css

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

 a { background-color: rgb(126,217,110); }

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

border-color css

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

 span { border-color: rgb(126,217,110); }

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