#7EEF82

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

Shades of Pastel Green #7EEF82

Tints of Pastel Green #7EEF82

Color information

#7EEF82 (or 0x7EEF82) is unknown color: approx Pastel Green. HEX triplet: 7E, EF and 82. RGB value is (126,239,130). Sum of RGB (Red+Green+Blue) = 126+239+130=495 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.45% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #7EEF82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EEF82 is #81107D. Grayscale: #C1C1C1. Windows color (decimal): -8458366 or 8580990. OLE color: 8580990.

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

Color convert

RGB126239130-
CMYK0.4700.460.06
HSL122.12º77.93%71.57%-
HSV(B)122.12º47.28%93.73%-
XYZ43.567.7831.91-
YUV192.7992.5680.36-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.45%
GREEN value IS 239 (93.75% from 255) = 48.28%
BLUE value IS 130 (51.17% from 255) = 26.26%
R=25.45%
G=48.28%
B=26.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1262391300.4700.460.06122.1277.9371.57
Hex7EEF822F02E67a4e48
Octal176357202570566172116110
Binary111111011101111100000101011110101110110111101010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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