#7EDF62

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

Shades of Pastel Green #7EDF62

Tints of Pastel Green #7EDF62

Color information

#7EDF62 (or 0x7EDF62) is unknown color: approx Pastel Green. HEX triplet: 7E, DF and 62. RGB value is (126,223,98). Sum of RGB (Red+Green+Blue) = 126+223+98=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDF62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDF62 is #81209D. Grayscale: #B4B4B4. Windows color (decimal): -8462494 or 6479742. OLE color: 6479742.

HSL color Cylindrical-coordinate representation of color #7EDF62: hue angle of 106.56º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7EDF62 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB12622398-
CMYK0.4300.560.13
HSL106.56º66.14%62.94%-
HSV(B)106.56º56.05%87.45%-
XYZ37.258.0920.81-
YUV179.7581.8689.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.19%
GREEN value IS 223 (87.5% from 255) = 49.89%
BLUE value IS 98 (38.67% from 255) = 21.92%
R=28.19%
G=49.89%
B=21.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal126223980.4300.560.13106.5666.1462.94
Hex7EDF622B038D6b423f
Octal176337142530701515310277
Binary11111101101111111000101010110111000110111010111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,223,98); }

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

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

 a { background-color: rgb(126,223,98); }

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

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

 span { border-color: rgb(126,223,98); }

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