Html Css Color HEX #7EDF86 Pastel Green

📋 copy color: '#7EDF86'

red 126 ◦ green 223 ◦ blue 134

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

Shades of Pastel Green #7EDF86

Tints of Pastel Green #7EDF86

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.17%

 BLUE value IS 134 (52.73% from 255) = 27.74%

R = 26.09%
G = 46.17%
B = 27.74%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#7EDF86 (or 0x7EDF86) is known color: Pastel Green. HEX triplet: 7E, DF and 86. RGB value is (126,223,134). Sum of RGB (Red+Green+Blue) = 126+223+134=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDF86 is #812079. Grayscale: #B8B8B8. Windows color (decimal): -8462458 or 8839038. OLE color: 8839038.

HSL color Cylindrical-coordinate representation of color #7EDF86: hue angle of 124.95º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDF86 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 223 134 -
CMYK 0.43 0 0.40 0.13
HSL 124.95º 0.6% 0.68% -
HSV(B) 124.95º 0.43% 0.87% -
XYZ 39.29 58.93 31.86 -
YUV 183.85 99.86 86.74 -
System Red Green Blue C M Y K H S L
Decimal 126 223 134 0.43 0 0.40 0.13 124.95 0.6 0.68
Hex 7E DF 86 2B 0 28 D 7D 3C 44
Octal 176 337 206 53 0 50 15 175 74 104
Binary 1111110 11011111 10000110 101011 0 101000 1101 1111101 111100 1000100

Color Harmonies of #7EDF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDF86

Black with #7EDF86

Text Example


Text Example

White with #7EDF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,223,134); }

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

background-color css

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

 a { background-color: rgb(126,223,134); }

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

border-color css

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

 span { border-color: rgb(126,223,134); }

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