Html Css Color HEX #7EDE85 Pastel Green

📋 copy color: '#7EDE85'

red 126 ◦ green 222 ◦ blue 133

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

Shades of Pastel Green #7EDE85

Tints of Pastel Green #7EDE85

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.15%

 BLUE value IS 133 (52.34% from 255) = 27.65%

R = 26.2%
G = 46.15%
B = 27.65%

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

#7EDE85 (or 0x7EDE85) is known color: Pastel Green. HEX triplet: 7E, DE and 85. RGB value is (126,222,133). Sum of RGB (Red+Green+Blue) = 126+222+133=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDE85 is #81217A. Grayscale: #B7B7B7. Windows color (decimal): -8462715 or 8773246. OLE color: 8773246.

HSL color Cylindrical-coordinate representation of color #7EDE85: hue angle of 124.38º degrees, saturation: 0.59, 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 #7EDE85 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 222 133 -
CMYK 0.43 0 0.40 0.13
HSL 124.38º 0.59% 0.68% -
HSV(B) 124.38º 0.43% 0.87% -
XYZ 38.96 58.37 31.4 -
YUV 183.15 99.7 87.24 -
System Red Green Blue C M Y K H S L
Decimal 126 222 133 0.43 0 0.40 0.13 124.38 0.59 0.68
Hex 7E DE 85 2B 0 28 D 7C 3B 44
Octal 176 336 205 53 0 50 15 174 73 104
Binary 1111110 11011110 10000101 101011 0 101000 1101 1111100 111011 1000100

Color Harmonies of #7EDE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDE85

Black with #7EDE85

Text Example


Text Example

White with #7EDE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,222,133); }

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

background-color css

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

 a { background-color: rgb(126,222,133); }

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

border-color css

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

 span { border-color: rgb(126,222,133); }

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