Html Css Color HEX #7ED96B Pastel Green

📋 copy color: '#7ED96B'

red 126 ◦ green 217 ◦ blue 107

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

Shades of Pastel Green #7ED96B

Tints of Pastel Green #7ED96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.78%

R = 28%
G = 48.22%
B = 23.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#7ED96B (or 0x7ED96B) is known color: Pastel Green. HEX triplet: 7E, D9 and 6B. RGB value is (126,217,107). Sum of RGB (Red+Green+Blue) = 126+217+107=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED96B is #812694. Grayscale: #B1B1B1. Windows color (decimal): -8464021 or 7068030. OLE color: 7068030.

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

Color convert

RGB 126 217 107 -
CMYK 0.42 0 0.51 0.15
HSL 109.64º 0.59% 0.64% -
HSV(B) 109.64º 0.51% 0.85% -
XYZ 36.07 55.12 22.65 -
YUV 177.25 88.35 91.44 -
System Red Green Blue C M Y K H S L
Decimal 126 217 107 0.42 0 0.51 0.15 109.64 0.59 0.64
Hex 7E D9 6B 2A 0 33 F 6E 3B 40
Octal 176 331 153 52 0 63 17 156 73 100
Binary 1111110 11011001 1101011 101010 0 110011 1111 1101110 111011 1000000

Color Harmonies of #7ED96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED96B

Black with #7ED96B

Text Example


Text Example

White with #7ED96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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