Html Css Color HEX #7ED078 Pastel Green

📋 copy color: '#7ED078'

red 126 ◦ green 208 ◦ blue 120

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

Shades of Pastel Green #7ED078

Tints of Pastel Green #7ED078

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.81%

 BLUE value IS 120 (47.27% from 255) = 26.43%

R = 27.75%
G = 45.81%
B = 26.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#7ED078 (or 0x7ED078) is known color: Pastel Green. HEX triplet: 7E, D0 and 78. RGB value is (126,208,120). Sum of RGB (Red+Green+Blue) = 126+208+120=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED078 is #812F87. Grayscale: #ADADAD. Windows color (decimal): -8466312 or 7917694. OLE color: 7917694.

HSL color Cylindrical-coordinate representation of color #7ED078: hue angle of 115.91º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ED078 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 208 120 -
CMYK 0.39 0 0.42 0.18
HSL 115.91º 0.48% 0.64% -
HSV(B) 115.91º 0.42% 0.82% -
XYZ 34.55 50.9 25.77 -
YUV 173.45 97.83 94.16 -
System Red Green Blue C M Y K H S L
Decimal 126 208 120 0.39 0 0.42 0.18 115.91 0.48 0.64
Hex 7E D0 78 27 0 2A 12 74 30 40
Octal 176 320 170 47 0 52 22 164 60 100
Binary 1111110 11010000 1111000 100111 0 101010 10010 1110100 110000 1000000

Color Harmonies of #7ED078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED078

Black with #7ED078

Text Example


Text Example

White with #7ED078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,208,120); }

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

background-color css

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

 a { background-color: rgb(126,208,120); }

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

border-color css

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

 span { border-color: rgb(126,208,120); }

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