#7EEF72

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

Shades of Pastel Green #7EEF72

Tints of Pastel Green #7EEF72

Color information

#7EEF72 (or 0x7EEF72) is unknown color: approx Pastel Green. HEX triplet: 7E, EF and 72. RGB value is (126,239,114). Sum of RGB (Red+Green+Blue) = 126+239+114=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #7EEF72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EEF72 is #81108D. Grayscale: #BFBFBF. Windows color (decimal): -8458382 or 7532414. OLE color: 7532414.

HSL color Cylindrical-coordinate representation of color #7EEF72: hue angle of 114.24º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7EEF72 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB126239114-
CMYK0.4700.520.06
HSL114.24º79.62%69.22%-
HSV(B)114.24º52.3%93.73%-
XYZ42.5167.3826.69-
YUV190.9684.5681.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.30%
GREEN value IS 239 (93.75% from 255) = 49.90%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=26.30%
G=49.90%
B=23.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1262391140.4700.520.06114.2479.6269.22
Hex7EEF722F0346725045
Octal176357162570646162120105
Binary11111101110111111100101011110110100110111001010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,239,114); }

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

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

 a { background-color: rgb(126,239,114); }

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

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

 span { border-color: rgb(126,239,114); }

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