#7EF07D

Color #7EF07D Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #7EF07D

Tints of Pastel Green #7EF07D

Color information

#7EF07D (or 0x7EF07D) is unknown color: approx Pastel Green. HEX triplet: 7E, F0 and 7D. RGB value is (126,240,125). Sum of RGB (Red+Green+Blue) = 126+240+125=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #7EF07D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF07D is #810F82. Grayscale: #C1C1C1. Windows color (decimal): -8458115 or 8253566. OLE color: 8253566.

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

Color convert

RGB126240125-
CMYK0.4800.480.06
HSL119.48º79.31%71.57%-
HSV(B)119.48º47.92%94.12%-
XYZ43.4768.2430.28-
YUV192.889.7380.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.66%
GREEN value IS 240 (94.14% from 255) = 48.88%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=25.66%
G=48.88%
B=25.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1262401250.4800.480.06119.4879.3171.57
Hex7EF07D300306774f48
Octal176360175600606167117110
Binary11111101111000011111011100000110000110111011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EF07D;
 }
 .AnyTagClassName
 {
   color: #7EF07D;
 }
</style>
background-color css

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

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

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

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

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

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