Html Css Color HEX #7EF271 Pastel Green

📋 copy color: '#7EF271'

red 126 ◦ green 242 ◦ blue 113

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

Shades of Pastel Green #7EF271

Tints of Pastel Green #7EF271

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.31%

 BLUE value IS 113 (44.53% from 255) = 23.49%

R = 26.2%
G = 50.31%
B = 23.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#7EF271 (or 0x7EF271) is known color: Pastel Green. HEX triplet: 7E, F2 and 71. RGB value is (126,242,113). Sum of RGB (Red+Green+Blue) = 126+242+113=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF271 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF271 is #810D8E. Grayscale: #C1C1C1. Windows color (decimal): -8457615 or 7467646. OLE color: 7467646.

HSL color Cylindrical-coordinate representation of color #7EF271: hue angle of 113.95º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7EF271 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 126 242 113 -
CMYK 0.48 0 0.53 0.05
HSL 113.95º 0.83% 0.7% -
HSV(B) 113.95º 0.53% 0.95% -
XYZ 43.34 69.13 26.68 -
YUV 192.61 83.07 80.49 -
System Red Green Blue C M Y K H S L
Decimal 126 242 113 0.48 0 0.53 0.05 113.95 0.83 0.7
Hex 7E F2 71 30 0 35 5 72 53 46
Octal 176 362 161 60 0 65 5 162 123 106
Binary 1111110 11110010 1110001 110000 0 110101 101 1110010 1010011 1000110

Color Harmonies of #7EF271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF271

Black with #7EF271

Text Example


Text Example

White with #7EF271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,242,113); }

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

background-color css

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

 a { background-color: rgb(126,242,113); }

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

border-color css

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

 span { border-color: rgb(126,242,113); }

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