Html Css Color HEX #7ED970 Pastel Green

📋 copy color: '#7ED970'

red 126 ◦ green 217 ◦ blue 112

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

Shades of Pastel Green #7ED970

Tints of Pastel Green #7ED970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.62%

R = 27.69%
G = 47.69%
B = 24.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#7ED970 (or 0x7ED970) is known color: Pastel Green. HEX triplet: 7E, D9 and 70. RGB value is (126,217,112). Sum of RGB (Red+Green+Blue) = 126+217+112=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED970 is #81268F. Grayscale: #B2B2B2. Windows color (decimal): -8464016 or 7395710. OLE color: 7395710.

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

Color convert

RGB 126 217 112 -
CMYK 0.42 0 0.48 0.15
HSL 112º 0.58% 0.65% -
HSV(B) 112º 0.48% 0.85% -
XYZ 36.34 55.23 24.07 -
YUV 177.82 90.85 91.04 -
System Red Green Blue C M Y K H S L
Decimal 126 217 112 0.42 0 0.48 0.15 112 0.58 0.65
Hex 7E D9 70 2A 0 30 F 70 3A 41
Octal 176 331 160 52 0 60 17 160 72 101
Binary 1111110 11011001 1110000 101010 0 110000 1111 1110000 111010 1000001

Color Harmonies of #7ED970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED970

Black with #7ED970

Text Example


Text Example

White with #7ED970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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