Html Css Color HEX #7EF06A Pastel Green

📋 copy color: '#7EF06A'

red 126 ◦ green 240 ◦ blue 106

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

Shades of Pastel Green #7EF06A

Tints of Pastel Green #7EF06A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.85%

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 26.69%
G = 50.85%
B = 22.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#7EF06A (or 0x7EF06A) is known color: Pastel Green. HEX triplet: 7E, F0 and 6A. RGB value is (126,240,106). Sum of RGB (Red+Green+Blue) = 126+240+106=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #7EF06A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF06A is #810F95. Grayscale: #BFBFBF. Windows color (decimal): -8458134 or 7008382. OLE color: 7008382.

HSL color Cylindrical-coordinate representation of color #7EF06A: hue angle of 111.04º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7EF06A is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 126 240 106 -
CMYK 0.48 0 0.56 0.06
HSL 111.04º 0.82% 0.68% -
HSV(B) 111.04º 0.56% 0.94% -
XYZ 42.37 67.8 24.49 -
YUV 190.64 80.23 81.9 -
System Red Green Blue C M Y K H S L
Decimal 126 240 106 0.48 0 0.56 0.06 111.04 0.82 0.68
Hex 7E F0 6A 30 0 38 6 6F 52 44
Octal 176 360 152 60 0 70 6 157 122 104
Binary 1111110 11110000 1101010 110000 0 111000 110 1101111 1010010 1000100

Color Harmonies of #7EF06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF06A

Black with #7EF06A

Text Example


Text Example

White with #7EF06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,240,106); }

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

background-color css

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

 a { background-color: rgb(126,240,106); }

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

border-color css

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

 span { border-color: rgb(126,240,106); }

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