#7ED06B

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

Shades of Pastel Green #7ED06B

Tints of Pastel Green #7ED06B

Color information

#7ED06B (or 0x7ED06B) is unknown color: approx Pastel Green. HEX triplet: 7E, D0 and 6B. RGB value is (126,208,107). Sum of RGB (Red+Green+Blue) = 126+208+107=441 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.57% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED06B is #812F94. Grayscale: #ACACAC. Windows color (decimal): -8466325 or 7065726. OLE color: 7065726.

HSL color Cylindrical-coordinate representation of color #7ED06B: hue angle of 108.71º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7ED06B is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB126208107-
CMYK0.3900.490.18
HSL108.71º51.79%61.76%-
HSV(B)108.71º48.56%81.57%-
XYZ33.8150.6121.9-
YUV171.9791.3395.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.57%
GREEN value IS 208 (81.64% from 255) = 47.17%
BLUE value IS 107 (42.19% from 255) = 24.26%
R=28.57%
G=47.17%
B=24.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262081070.3900.490.18108.7151.7961.76
Hex7ED06B27031126d343e
Octal17632015347061221556476
Binary11111101101000011010111001110110001100101101101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,208,107); }

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

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

 a { background-color: rgb(126,208,107); }

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

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

 span { border-color: rgb(126,208,107); }

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