Html Css Color HEX #7EF066 Pastel Green

📋 copy color: '#7EF066'

red 126 ◦ green 240 ◦ blue 102

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

Shades of Pastel Green #7EF066

Tints of Pastel Green #7EF066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.79%

R = 26.92%
G = 51.28%
B = 21.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#7EF066 (or 0x7EF066) is known color: Pastel Green. HEX triplet: 7E, F0 and 66. RGB value is (126,240,102). Sum of RGB (Red+Green+Blue) = 126+240+102=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #7EF066 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF066 is #810F99. Grayscale: #BEBEBE. Windows color (decimal): -8458138 or 6746238. OLE color: 6746238.

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

Color convert

RGB 126 240 102 -
CMYK 0.48 0 0.58 0.06
HSL 109.57º 0.82% 0.67% -
HSV(B) 109.57º 0.58% 0.94% -
XYZ 42.16 67.72 23.42 -
YUV 190.18 78.23 82.22 -
System Red Green Blue C M Y K H S L
Decimal 126 240 102 0.48 0 0.58 0.06 109.57 0.82 0.67
Hex 7E F0 66 30 0 3A 6 6E 52 43
Octal 176 360 146 60 0 72 6 156 122 103
Binary 1111110 11110000 1100110 110000 0 111010 110 1101110 1010010 1000011

Color Harmonies of #7EF066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF066

Black with #7EF066

Text Example


Text Example

White with #7EF066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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