Html Css Color HEX #7EDE64 Pastel Green

📋 copy color: '#7EDE64'

red 126 ◦ green 222 ◦ blue 100

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

Shades of Pastel Green #7EDE64

Tints of Pastel Green #7EDE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.32%

R = 28.13%
G = 49.55%
B = 22.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#7EDE64 (or 0x7EDE64) is known color: Pastel Green. HEX triplet: 7E, DE and 64. RGB value is (126,222,100). Sum of RGB (Red+Green+Blue) = 126+222+100=448 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.12% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDE64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDE64 is #81219B. Grayscale: #B3B3B3. Windows color (decimal): -8462748 or 6610558. OLE color: 6610558.

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

Color convert

RGB 126 222 100 -
CMYK 0.43 0 0.55 0.13
HSL 107.21º 0.65% 0.63% -
HSV(B) 107.21º 0.55% 0.87% -
XYZ 37.03 57.6 21.22 -
YUV 179.39 83.2 89.92 -
System Red Green Blue C M Y K H S L
Decimal 126 222 100 0.43 0 0.55 0.13 107.21 0.65 0.63
Hex 7E DE 64 2B 0 37 D 6B 41 3F
Octal 176 336 144 53 0 67 15 153 101 77
Binary 1111110 11011110 1100100 101011 0 110111 1101 1101011 1000001 111111

Color Harmonies of #7EDE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDE64

Black with #7EDE64

Text Example


Text Example

White with #7EDE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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