Html Css Color HEX #7ED975 Pastel Green

📋 copy color: '#7ED975'

red 126 ◦ green 217 ◦ blue 117

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

Shades of Pastel Green #7ED975

Tints of Pastel Green #7ED975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.43%

R = 27.39%
G = 47.17%
B = 25.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#7ED975 (or 0x7ED975) is known color: Pastel Green. HEX triplet: 7E, D9 and 75. RGB value is (126,217,117). Sum of RGB (Red+Green+Blue) = 126+217+117=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED975 is #81268A. Grayscale: #B2B2B2. Windows color (decimal): -8464011 or 7723390. OLE color: 7723390.

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

Color convert

RGB 126 217 117 -
CMYK 0.42 0 0.46 0.15
HSL 114.6º 0.57% 0.65% -
HSV(B) 114.6º 0.46% 0.85% -
XYZ 36.63 55.35 25.58 -
YUV 178.39 93.35 90.63 -
System Red Green Blue C M Y K H S L
Decimal 126 217 117 0.42 0 0.46 0.15 114.6 0.57 0.65
Hex 7E D9 75 2A 0 2E F 73 39 41
Octal 176 331 165 52 0 56 17 163 71 101
Binary 1111110 11011001 1110101 101010 0 101110 1111 1110011 111001 1000001

Color Harmonies of #7ED975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED975

Black with #7ED975

Text Example


Text Example

White with #7ED975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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