Html Css Color HEX #7EF269 Pastel Green

📋 copy color: '#7EF269'

red 126 ◦ green 242 ◦ blue 105

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

Shades of Pastel Green #7EF269

Tints of Pastel Green #7EF269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.2%

R = 26.64%
G = 51.16%
B = 22.2%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#7EF269 (or 0x7EF269) is known color: Pastel Green. HEX triplet: 7E, F2 and 69. RGB value is (126,242,105). Sum of RGB (Red+Green+Blue) = 126+242+105=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF269 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF269 is #810D96. Grayscale: #C0C0C0. Windows color (decimal): -8457623 or 6943358. OLE color: 6943358.

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

Color convert

RGB 126 242 105 -
CMYK 0.48 0 0.57 0.05
HSL 110.8º 0.84% 0.68% -
HSV(B) 110.8º 0.57% 0.95% -
XYZ 42.91 68.96 24.41 -
YUV 191.7 79.07 81.14 -
System Red Green Blue C M Y K H S L
Decimal 126 242 105 0.48 0 0.57 0.05 110.8 0.84 0.68
Hex 7E F2 69 30 0 39 5 6F 54 44
Octal 176 362 151 60 0 71 5 157 124 104
Binary 1111110 11110010 1101001 110000 0 111001 101 1101111 1010100 1000100

Color Harmonies of #7EF269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF269

Black with #7EF269

Text Example


Text Example

White with #7EF269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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