#7EDF69

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

Shades of Pastel Green #7EDF69

Tints of Pastel Green #7EDF69

Color information

#7EDF69 (or 0x7EDF69) is unknown color: approx Pastel Green. HEX triplet: 7E, DF and 69. RGB value is (126,223,105). Sum of RGB (Red+Green+Blue) = 126+223+105=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDF69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDF69 is #812096. Grayscale: #B4B4B4. Windows color (decimal): -8462487 or 6938494. OLE color: 6938494.

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

Color convert

RGB126223105-
CMYK0.4300.530.13
HSL109.32º64.84%64.31%-
HSV(B)109.32º52.91%87.45%-
XYZ37.5458.2322.63-
YUV180.5485.3689.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.75%
GREEN value IS 223 (87.5% from 255) = 49.12%
BLUE value IS 105 (41.41% from 255) = 23.13%
R=27.75%
G=49.12%
B=23.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262231050.4300.530.13109.3264.8464.31
Hex7EDF692B035D6d4140
Octal1763371515306515155101100
Binary111111011011111110100110101101101011101110110110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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