Html Css Color HEX #7EDB7F Pastel Green

📋 copy color: '#7EDB7F'

red 126 ◦ green 219 ◦ blue 127

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

Shades of Pastel Green #7EDB7F

Tints of Pastel Green #7EDB7F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.4%

 BLUE value IS 127 (50% from 255) = 26.91%

R = 26.69%
G = 46.4%
B = 26.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#7EDB7F (or 0x7EDB7F) is known color: Pastel Green. HEX triplet: 7E, DB and 7F. RGB value is (126,219,127). Sum of RGB (Red+Green+Blue) = 126+219+127=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDB7F is #812480. Grayscale: #B4B4B4. Windows color (decimal): -8463489 or 8379262. OLE color: 8379262.

HSL color Cylindrical-coordinate representation of color #7EDB7F: hue angle of 120.65º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDB7F is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 219 127 -
CMYK 0.42 0 0.42 0.14
HSL 120.65º 0.56% 0.68% -
HSV(B) 120.65º 0.42% 0.86% -
XYZ 37.77 56.63 29.02 -
YUV 180.71 97.69 88.98 -
System Red Green Blue C M Y K H S L
Decimal 126 219 127 0.42 0 0.42 0.14 120.65 0.56 0.68
Hex 7E DB 7F 2A 0 2A E 79 38 44
Octal 176 333 177 52 0 52 16 171 70 104
Binary 1111110 11011011 1111111 101010 0 101010 1110 1111001 111000 1000100

Color Harmonies of #7EDB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDB7F

Black with #7EDB7F

Text Example


Text Example

White with #7EDB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,219,127); }

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

background-color css

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

 a { background-color: rgb(126,219,127); }

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

border-color css

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

 span { border-color: rgb(126,219,127); }

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